In response to blip #134279
W0LFB3AT5 said:
I’m a bit confused with this new UI. How do I change this back to what it was before? I can’t seem to find the tags in posts..
paste this in user CSS:
@media (min-width: 50rem) { body[data-st-fullscreen="true"] .post-index .sidebar { display: flex; grid-area: unset; } }
it'll make the stuff appear at the bottom of the page when in full-screen mode, like how it looks on mobile. maybe not an entirely perfect solution, but better than it being entirely gone.