curiouscanoe@beehaw.org to Beehaw Support@beehaw.org · 1 year agoSubscriptions to Lemmy.ml Communities Stuck in Pendingplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareSubscriptions to Lemmy.ml Communities Stuck in Pendingplus-squarecuriouscanoe@beehaw.org to Beehaw Support@beehaw.org · 1 year agomessage-square0fedilink
minus-squarecuriouscanoe@beehaw.orgtoTechnology@beehaw.org•Made Lemmy waaaay more tolerable to read with Stylebot and some custom CSS!linkfedilinkarrow-up6·edit-21 year agoJust to tag onto this. I found it really frustrating that the navigation header for the site isn’t stickied to the top of the page. I added this to my styles to accomplish that: nav.navbar.navbar-expand-md.navbar-light.shadow-sm.p-0.px-3 { position: sticky; top: 0; background-color: #fff; z-index: 1; } Note that if you’re using a theme that doesn’t have a white background (#fff) you’ll want to adjust that value to whatever your background is. linkfedilink
Just to tag onto this. I found it really frustrating that the navigation header for the site isn’t stickied to the top of the page. I added this to my styles to accomplish that:
nav.navbar.navbar-expand-md.navbar-light.shadow-sm.p-0.px-3 { position: sticky; top: 0; background-color: #fff; z-index: 1; }
Note that if you’re using a theme that doesn’t have a white background (#fff) you’ll want to adjust that value to whatever your background is.