comments
This commit is contained in:
parent
9053debd77
commit
28192ac8c0
1 changed files with 4 additions and 0 deletions
|
@ -53,18 +53,22 @@ aside li.directory {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Image */
|
||||
main img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Collapse filetree */
|
||||
button#menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Search field */
|
||||
input[type="text"] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* breakpoint */
|
||||
@media only screen and (max-width: 640px) {
|
||||
aside {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue