mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
HideUI Now hides header bar (Minimize, Fullscreen & Search)
This commit is contained in:
@@ -27,6 +27,13 @@
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide header container (search, minimize, fullscreen) when UI is hidden */
|
||||||
|
.radiant-lyrics-ui-hidden [data-test="header-container"] {
|
||||||
|
opacity: 0 !important;
|
||||||
|
transition: opacity 0.4s ease-in-out;
|
||||||
|
pointer-events: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Immediate hide class for unhide button */
|
/* Immediate hide class for unhide button */
|
||||||
.hide-immediately {
|
.hide-immediately {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user