feat: Refactor fullscreen toggle and theme initialization in JavaScript, and refine fullscreen CSS styling for improved appearance.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user