[Glitch] Remove announcement margin when in Advanced Web Interface

Port 13457111d5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2025-11-04 14:37:34 +01:00
committed by Claire
parent 4b5282881a
commit 649187c30e

View File

@@ -9239,6 +9239,10 @@ noscript {
position: relative;
overflow: hidden;
.layout-multiple-columns & {
width: 100%;
}
@media screen and (max-width: (124px + 300px)) {
width: 100%;
}