From 649187c30eca7c95db78493871a14081d4f46d63 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 4 Nov 2025 14:37:34 +0100 Subject: [PATCH] [Glitch] Remove announcement margin when in Advanced Web Interface Port 13457111d5f59f405cfd44c184683b901b95158a to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 9807bf5cde..7ee36e2c3a 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -9239,6 +9239,10 @@ noscript { position: relative; overflow: hidden; + .layout-multiple-columns & { + width: 100%; + } + @media screen and (max-width: (124px + 300px)) { width: 100%; }