Working on drawer and header

This commit is contained in:
2025-04-17 18:20:54 -04:00
parent 3aa8954626
commit 20d5bf26de
7 changed files with 197 additions and 72 deletions

View File

@@ -5,6 +5,10 @@
border-bottom: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
.user {
user-select: none;
}
.inner {
height: 56px;
display: flex;