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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue