I remember in the past, the images on the interface were much smaller, and it wasn't like now where there are only four images in a row,How can I return to my previous state
Updated by Cinder
Posted under General
This topic has been locked.
I remember in the past, the images on the interface were much smaller, and it wasn't like now where there are only four images in a row,How can I return to my previous state
Updated by Cinder
kubihazusaikou said:
I remember in the past, the images on the interface were much smaller, and it wasn't like now where there are only four images in a row,How can I return to my previous state
this thread has fixes https://e621.net/forum_topics/58042
funkwolfie said:
this thread has fixes https://e621.net/forum_topics/58042
So what should I do? English is really a language that is not suitable for people to read
funkwolfie said:
this thread has fixes https://e621.net/forum_topics/58042
and Can I return the interface to its previous state?
kubihazusaikou said:
So what should I do? English is really a language that is not suitable for people to read
Considering this is a primarily English speaking and oriented site I think you'll find you are in a minority with that opinion
Your best option is pulling out a translator
kubihazusaikou said:
So what should I do? English is really a language that is not suitable for people to read
first in the main search page (like when you search a tag) near the bar should be a gear icon click that and set it to small and full I believe and then go to your profile go to settings, advanced then custom css and paste the following into and hit save settings
article.thumbnail a {
background: unset;
height: fit-content;
width: fit-content;
margin-left: auto;
margin-right: auto;
margin-top: auto;
}
article.thumbnail > a::before {
top: auto;
left: auto;
margin-top: 0.5rem;
margin-left: 0.5rem;
border: 1px solid var(--color-text-muted);
border-radius: 3px;
}