forked from GithubBackups/vichan
style.css: compact single file metadata on small screens
This commit is contained in:
parent
61039bed96
commit
06d83e2a04
@ -161,6 +161,12 @@ form table tr td div label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 48em) {
|
||||
.files span {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.file {
|
||||
float: left;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user