fix(ags): remove incorrect box-shadows

This commit is contained in:
matt1432 2024-05-01 10:21:28 -04:00
parent e1d746b0f5
commit 2caeb6f438
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;