mlmym/public/noscript.css

27 lines
392 B
CSS
Raw Permalink Normal View History

2023-07-27 01:30:19 +00:00
.scripting,
.expando-button,
.minimize,
#showimages,
#lmc,
.hidechildren {
display: none !important;
}
.post .expando .image img {
visibility: visible;
}
div.pager {
display: block;
}
.savecomment input[type=file] {
display: inline-block;
}
2024-06-02 23:08:22 +00:00
#sidetoggle button {
visibility: unset !important;
}
#sidetoggle button::before {
content: "" !important;
}
#sidetoggle {
bottom: 4px;
}