feat: responsive header, search boxes (#10)

This commit is contained in:
UUBulb
2024-11-22 07:41:47 +08:00
committed by GitHub
parent 8248d6c910
commit b1b8b91fb5
28 changed files with 672 additions and 168 deletions
+14 -1
View File
@@ -73,4 +73,17 @@ html,
body,
#root {
height: 100%;
}
}
::-webkit-scrollbar {
@apply w-2.5 h-2.5;
}
::-webkit-scrollbar-track {
@apply bg-transparent
}
::-webkit-scrollbar-thumb {
@apply rounded-full bg-border border-[1px] border-transparent border-solid bg-clip-padding;
}