fix(ags): remove incorrect box-shadows
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
Updater 2024-04-25 16:59:21 -04:00
parent 3a510d09dc
commit c8f6967ccf
2 changed files with 0 additions and 2 deletions

View file

@ -48,7 +48,6 @@
.notification-list-box {
background: $bgfull;
padding: 0 12px;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
scrollbar {
all: unset;

View file

@ -54,7 +54,6 @@
padding: 0 12px;
border-radius: 30px;
border-top: 2px solid $contrast-bg;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
scrollbar {
all: unset;