mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Hide UI Rework
This commit is contained in:
@@ -23,38 +23,35 @@
|
||||
src: url("https://excel.lexploits.top/extra/tidal/LyricsBold.woff2") format("woff2");
|
||||
}
|
||||
|
||||
/* Tab and container visibility */
|
||||
[class*="tabItems"] {
|
||||
/* Tab and container visibility - only when UI is hidden */
|
||||
.radiant-lyrics-ui-hidden [class*="tabItems"] {
|
||||
opacity: 0 !important;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
transition: opacity 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
[class*="_imageContainer"] {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
/* Remove image container positioning - let it stay where it is */
|
||||
|
||||
[class*="_tabItems"]:hover {
|
||||
.radiant-lyrics-ui-hidden [class*="_tabItems"]:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
[data-test="header-container"] {
|
||||
opacity: 0;
|
||||
margin: -40px;
|
||||
.radiant-lyrics-ui-hidden [data-test="header-container"] {
|
||||
opacity: 0 !important;
|
||||
transition: opacity 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
/* Hide bottom gradient */
|
||||
[class^="_bottomGradient"] {
|
||||
visibility: hidden;
|
||||
/* Hide bottom gradient - only when UI is hidden */
|
||||
.radiant-lyrics-ui-hidden [class^="_bottomGradient"] {
|
||||
opacity: 0 !important;
|
||||
transition: opacity 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
/* Credits button positioning */
|
||||
[aria-label="Show credits"] {
|
||||
top: calc(var(--headerHeight) + 80px);
|
||||
}
|
||||
/* Remove credits button repositioning - let it stay where it is */
|
||||
|
||||
/* Hide lyrics provider */
|
||||
[class^="_lyricsProvider"] {
|
||||
visibility: hidden;
|
||||
/* Hide lyrics provider - only when UI is hidden */
|
||||
.radiant-lyrics-ui-hidden [class^="_lyricsProvider"] {
|
||||
opacity: 0 !important;
|
||||
transition: opacity 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
/* Sync button margin */
|
||||
|
||||
Reference in New Issue
Block a user