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..
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..
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..
it's full-screen mode that's causing it, apparently. not sure if there's any way to disable full-screen removing the taglist on the post view page, though.
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.