suff@piefed.social to PieFed Meta@piefed.socialEnglish · 29 days ago"Create Post" in Vertical Mode (Mobile)message-squaremessage-square12fedilinkarrow-up18arrow-down10file-text
arrow-up18arrow-down1message-square"Create Post" in Vertical Mode (Mobile)suff@piefed.social to PieFed Meta@piefed.socialEnglish · 29 days agomessage-square12fedilinkfile-text
… is waaaay too far down in the page. Please consider it floating on top, e.g. next to the Community title.
minus-squaresuff@piefed.socialOPlinkfedilinkEnglisharrow-up3·28 days agoI 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; }
minus-squareBlaze (he/him)@lemmy.ziplinkfedilinkarrow-up2·edit-228 days agoInteresting, I’ll give it a try Edit: a bit strange to have it floating, but much more accessible. You could post this on [email protected]
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; }
Interesting, I’ll give it a try
Edit: a bit strange to have it floating, but much more accessible. You could post this on [email protected]