Merge pull request 'ui/misc-fixes' (#4855) from ui/misc-fixes into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4855
This commit is contained in:
brianmcgee
2025-08-21 09:58:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -37,8 +37,8 @@
}
.backdrop {
@apply absolute top-0 left-0 w-full h-svh flex justify-center items-center backdrop-blur-0 z-50;
-webkit-backdrop-filter: blur(4px);
@apply absolute top-0 left-0 w-full h-svh flex justify-center items-center z-50;
@apply bg-inv-4 opacity-70;
}
.contentWrapper {

View File

@@ -39,7 +39,7 @@ div.sidebar-header {
}
.sidebar-dropdown-content {
@apply flex flex-col w-full px-2 py-1.5 z-10;
@apply flex flex-col w-full px-2 py-1.5 z-10 gap-3;
@apply bg-def-1 rounded-bl-md rounded-br-md;
@apply border border-def-2;