summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 14:10:26 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 14:10:26 -0400
commitd59b8e49201a991744d61ec2edd551120e9329ff (patch)
tree41c1a5cee00b7d2d9ee3a009e8135b96d7620a8d /nfsw
parenta739c428b0d78b8d128c4a40a001151451c48908 (diff)
Update nfsw/static/io.css
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/static/io.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/nfsw/static/io.css b/nfsw/static/io.css
index 774adb9..936efc6 100644
--- a/nfsw/static/io.css
+++ b/nfsw/static/io.css
@@ -62,13 +62,15 @@ body {
body {
font-size: 0.88em;
}
+}
+@media (min-height: 401px) and (max-height: 812px) and (max-width: 550px) {
.console {
- max-height: 85vh;
+ max-height: 80vh;
}
}
-@media (min-height: 100px) and (max-height: 400px) {
+@media (min-height: 240px) and (max-height: 400px) and (max-width: 820px) {
.console {
max-height: 60vh;
}