Remove announcement margin when in Advanced Web Interface (#36714)

This commit is contained in:
Echo
2025-11-04 14:37:34 +01:00
committed by GitHub
parent 3a54d56fbd
commit 13457111d5

View File

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