feat: tab bar

This commit is contained in:
OpenSquared
2026-06-29 09:23:26 +02:00
parent 45e5504256
commit 67bfd8e777
4 changed files with 123 additions and 79 deletions

View File

@@ -14,6 +14,16 @@
::-webkit-scrollbar-thumb:hover { @apply bg-slate-600; }
}
@layer utilities {
.scrollbar-none {
scrollbar-width: none;
-ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
display: none;
}
}
@layer components {
.card {
@apply bg-dark-800 border border-slate-700/40 rounded-lg p-4;