Optimize Guide Menu's buttons

This commit is contained in:
redphx
2024-08-31 17:03:42 +07:00
parent ad0be634d2
commit 26b28564cc
3 changed files with 60 additions and 57 deletions

View File

@@ -0,0 +1,11 @@
.bx-guide-home-buttons[data-is-playing="true"] {
button[data-state='normal'] {
display: none;
}
}
.bx-guide-home-buttons[data-is-playing="false"] {
button[data-state='playing'] {
display: none;
}
}