redesign loader

This commit is contained in:
sky
2025-09-25 17:57:35 -04:00
parent 9395403389
commit 7fca0fbde6
7 changed files with 94 additions and 125 deletions

View File

@ -81,11 +81,16 @@ iframe {
height: 15px;
width: 70px;
z-index: 5;
filter: drop-shadow(0 0 16px #fff5);
}
#bottom-menu[enabled=true] {
bottom: 10px;
color: white;
filter: drop-shadow(0 0 16px #fff5);
z-index: 0;
}
#open-bottom-menu[enabled=true] {
bottom: 60px;
filter: drop-shadow(0 0 0 #fff5);
opacity: 0;
}