This commit is contained in:
Mylloon 2024-11-28 01:15:30 +01:00
parent 9053debd77
commit 28192ac8c0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -53,18 +53,22 @@ aside li.directory {
cursor: pointer; cursor: pointer;
} }
/* Image */
main img { main img {
max-width: 100%; max-width: 100%;
} }
/* Collapse filetree */
button#menu { button#menu {
display: none; display: none;
} }
/* Search field */
input[type="text"] { input[type="text"] {
outline: none; outline: none;
} }
/* breakpoint */
@media only screen and (max-width: 640px) { @media only screen and (max-width: 640px) {
aside { aside {
display: none; display: none;