this post was submitted on 15 Sep 2025
8 points (100.0% liked)

PieFed Meta

1641 readers
15 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

.. is waaaay too far down in the page. Please consider it floating on top, e.g. next to the Community title.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] suff@piefed.social 3 points 1 week ago (1 children)

I made it float with this css tweak:

#side_pane div:nth-child(1) div div.row.mb-2 div:nth-child(1) a {  
  position: fixed;  
  top: 17vh;  
  left: 77vw;  
  max-width: 60pt;  
  overflow: hidden;  
  z-index: 999;  
  box-shadow: 5pt 5pt 30pt black;  
}  
[โ€“] Blaze@lemmy.zip 2 points 1 week ago* (last edited 1 week ago)

Interesting, I'll give it a try

Edit: a bit strange to have it floating, but much more accessible. You could post this on !piefed_css@piefed.social