- fixed options menu blur

- added list-group blur and styling
- stronger blur on large popups
- fullscreen shadows darker
This commit is contained in:
RossAscends
2023-04-16 11:36:49 +09:00
parent 62929301fa
commit 1932d17666
4 changed files with 114 additions and 103 deletions

View File

@@ -12,6 +12,7 @@
display: flex;
align-items: center;
justify-content: center;
}
#roll_dice:hover {
@@ -20,4 +21,5 @@
#dice_dropdown {
z-index: 100;
backdrop-filter: blur(--SmartThemeBlurStrength);
}