about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-10 00:51:33 +0200
committerMelonai <einebeere@gmail.com>2020-05-10 00:51:33 +0200
commit9e48090f0b25e7104e1aee86bbd6a04fcdcbb250 (patch)
treeaeb8d762b7b42884172db5fd9b42abae424cfa46
parent64c69101975508eaf11b0aa2ba6a0faed5362878 (diff)
downloadshorest-9e48090f0b25e7104e1aee86bbd6a04fcdcbb250.tar.zst
shorest-9e48090f0b25e7104e1aee86bbd6a04fcdcbb250.zip
firefox width fix
-rw-r--r--client/static/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/static/main.css b/client/static/main.css
index 17efbd5..e24db3a 100644
--- a/client/static/main.css
+++ b/client/static/main.css
@@ -6,7 +6,8 @@ html * {
 .active {
     justify-content: center;
     position: absolute;
-    max-width: 100vw;
+    width: 100%;
+    box-sizing: border-box;
     top: 40%;
     padding: 0 50px 0 50px;
 }