suff@piefed.social to PieFed Meta@piefed.socialEnglish · 1 month ago"Create Post" in Vertical Mode (Mobile)message-squaremessage-square12linkfedilinkarrow-up18file-text
arrow-up18message-square"Create Post" in Vertical Mode (Mobile)suff@piefed.social to PieFed Meta@piefed.socialEnglish · 1 month agomessage-square12linkfedilinkfile-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·1 month 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-21 month 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]