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

  • suff@piefed.socialOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    28 days ago

    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;  
    }