mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-08 16:15:33 +00:00
27 lines
392 B
CSS
27 lines
392 B
CSS
.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;
|
|
}
|
|
#sidetoggle button {
|
|
visibility: unset !important;
|
|
}
|
|
#sidetoggle button::before {
|
|
content: "" !important;
|
|
}
|
|
#sidetoggle {
|
|
bottom: 4px;
|
|
}
|