Style fixes

This commit is contained in:
2025-07-21 21:26:24 -07:00
parent 6e50924495
commit 5f919b4d40
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
@import 'tailwindcss';
.sidebar {
@apply fixed top-0 left-0 w-60 h-screen bg-[#161616] flex flex-col border-e-[1px] border-[#2a2a2a] z-[999];
@apply fixed top-0 left-0 w-60 h-screen bg-[#161616] flex flex-col border-e-[1px] border-[#242424] z-[1];
}
.sidebar-downloads {