fix user nav

This commit is contained in:
Ömer Talha Özdemir 2022-12-01 12:25:14 +03:00
parent 6d783eae35
commit f40f807985
No known key found for this signature in database
GPG Key ID: CBB76F735D064CDC
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.root { .root {
@apply inset-0 fixed; @apply inset-0;
left: 72px; left: 72px;
z-index: 10; z-index: 10;
height: 100vh; height: 100vh;

View File

@ -12,7 +12,7 @@
} }
.item:hover { .item:hover {
@apply text-accent-6 transition scale-110 duration-100; @apply text-accent-6 transition;
} }
.item:first-child { .item:first-child {