style: Decrease fullscreen container max-width from 90% to 80%.

This commit is contained in:
x
2026-01-24 20:54:55 +01:00
parent 7baf50f9fa
commit 19d9f82ade

View File

@@ -1157,7 +1157,7 @@ html[res="fullscreen"] .embed-responsive-16by9::before {
} }
html[res="fullscreen"] .container { html[res="fullscreen"] .container {
max-width: 90% !important; max-width: 80% !important;
padding: 0 !important; padding: 0 !important;
} }