feat: Refactor fullscreen toggle and theme initialization in JavaScript, and refine fullscreen CSS styling for improved appearance.

This commit is contained in:
x
2026-01-24 20:52:53 +01:00
parent 9d4f47698c
commit 7baf50f9fa
2 changed files with 53 additions and 43 deletions

View File

@@ -1144,12 +1144,20 @@ html[theme="f0ck95d"] .admin-search button {
}
/* fullscreen */
html[res="fullscreen"] ._204863 {
border-top: none;
}
html[res="fullscreen"] .metadata {
border-bottom: none;
}
html[res="fullscreen"] .embed-responsive-16by9::before {
padding-top: 32.99%;
}
html[res="fullscreen"] .container {
max-width: 100% !important;
max-width: 90% !important;
padding: 0 !important;
}