DEV Community

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

Collapse
 
ben profile image
Ben Halpern

I thought this too at first (hence the initial design), but got this request enough and started finding myself scrolling back up to reread something and then wanting to react where I was.

Anyway, I'm in favor of making this configurable in user settings. We currently don't have any UI settings really per se, but this could fit that use case.

This change could be entirely reverted with some CSS injection if you want to experiment with that yourself.

Collapse
 
entrptaher profile image
Md Abu Taher • Edited

This post right now and,

  • The comments on this post,
  • Even the actual PR here discusses this.
  • All could have been turned into this changelog post instead to make sure everything was on one place.

It was a simple hack at start, now I am thinking of sticking it once it hits the end of the post. It feels fun to see things around. :D

Collapse
 
zcdunn profile image
Zack Dunn • Edited

Hi! I wrote up a proposal for allowing this to be customized.

Collapse
 
nektro profile image
Meghan (she/her)

Interesting! I'll look into the user style and see if I go back, thanks for the quick response πŸ˜ƒ The CSS for anyone interested is:

.container .article-actions {
    position: initial;
    border: none;
    box-shadow: none;
}
Collapse
 
ben profile image
Ben Halpern

There were also some other minor changes to the padding in order to get back to the original. But yeah, that's the basic adjustment. πŸ˜„

No guarantee this will never break but should be fine for the foreseeable future.