about summary refs log tree commit diff
path: root/bskyweb
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 /bskyweb
parent9a82d20bd9c3c1df95d3cc11804f962547f9cb0f (diff)
downloadvoidsky-6f4703e814723ba8301435cba58f989c9aea3d3f.tar.zst
Fix width handling for deactivated screen (#5810)
Diffstat (limited to 'bskyweb')
-rw-r--r--bskyweb/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index 59cf39d02..4c02805e3 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -67,6 +67,7 @@
       display: flex;
       flex: 1 0 auto;
       min-height: 100%;
+      width: 100%;
     }
     #splash {
       position: fixed;