Topic: I cant see theTags anymore

Posted under Site Bug Reports & Feature Requests

i clicked something or something changed and now i cant see tags on posts anymore, like Character names and artist names, any help

thatonememe said:
i clicked something or something changed and now i cant see tags on posts anymore, like Character names and artist names, any help

full-screen now applies to the post view page itself, although it dosn't have the button to toggle it on/off.

you can add the following to your CSS:

@media (min-width: 50rem) {
body[data-st-fullscreen="true"] .post-index .sidebar { display: flex; grid-area: unset; }
}

this will unhide the sidebar with the taglist and stuff while in full-screen mode, but it'll show up at the bottom of the page (like it does on mobile), rather than the left.

dba_afish said:
full-screen now applies to the post view page itself, although it dosn't have the button to toggle it on/off.

you can add the following to your CSS:

@media (min-width: 50rem) {
body[data-st-fullscreen="true"] .post-index .sidebar { display: flex; grid-area: unset; }
}

this will unhide the sidebar with the taglist and stuff while in full-screen mode, but it'll show up at the bottom of the page (like it does on mobile), rather than the left.

is there any way to turn off full screen? go back to how it was before pictures are not fitting on my screen properly any more because of it

mnmfamoily said:
is there any way to turn off full screen? go back to how it was before pictures are not fitting on my screen properly any more because of it

Please don't listen to the other person's advice.
I am not sure why they insist on telling everyone to use custom CSS.

You can turn off the fullscreen mode from the search page – by clicking a highlighted button under the searchbar that looks like this:
https://i.imgur.com/y3PLim8.png

That button is currently missing from the individual post pages, which is a bug.
It should be fixed later today.