about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-10-31 10:42:35 -0500
committerGitHub <noreply@github.com>2024-10-31 10:42:35 -0500
commit6f4703e814723ba8301435cba58f989c9aea3d3f (patch)
treeee670a6f76e14b0e3c7bb2295c6f9cb5205c28a2 /web
parent9a82d20bd9c3c1df95d3cc11804f962547f9cb0f (diff)
downloadvoidsky-6f4703e814723ba8301435cba58f989c9aea3d3f.tar.zst
Fix width handling for deactivated screen (#5810)
Diffstat (limited to 'web')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 7b29597bb..28b3a3e3d 100644
--- a/web/index.html
+++ b/web/index.html
@@ -72,6 +72,7 @@
         display: flex;
         flex: 1 0 auto;
         min-height: 100%;
+        width: 100%;
       }
       #splash {
         position: fixed;