Fixed HideUI & Removed Animations :(

This commit is contained in:
2025-12-30 14:11:49 +11:00
parent 6d9184e5eb
commit e62944a0df
2 changed files with 10 additions and 8 deletions
+5 -1
View File
@@ -23,6 +23,10 @@
transition: opacity 0.4s ease-in-out;
}
.radiant-lyrics-ui-hidden [class*="tabItems"]:hover {
opacity: 1 !important;
}
/* Immediate hide class for unhide button */
.hide-immediately {
opacity: 0 !important;
@@ -37,7 +41,7 @@
box-shadow: none !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
color: rgba(255, 255, 255, 0.8) !important;
color: rgba(255, 255, 255, 0.4) !important;
transition:
background-color 0.8s ease-in-out,
border-color 0.8s ease-in-out,