DEV Community

Discussion on: I really don't like the reactions stickied at the bottom of the screen.

Collapse
 
vigzmv profile image
Vignesh M

How about stick it to the left ?

.container .article-actions {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  width: 68px;
  height: 400px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}