toggle fullscreen
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 32s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 32s
This commit is contained in:
@ -1105,6 +1105,21 @@ html[theme="f0ck95d"] .admin-search button {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* fullscreen */
|
||||
html[res="fullscreen"] .embed-responsive-16by9::before {
|
||||
padding-top: 32.99%;
|
||||
}
|
||||
|
||||
html[res="fullscreen"] .container {
|
||||
max-width: 100% !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
html[res="fullscreen"] span#favs {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user