wip: update browse user screen

This commit is contained in:
Ren Amamiya
2023-09-24 15:42:49 +07:00
parent 41b12746a7
commit c049fa8865
8 changed files with 128 additions and 27 deletions
+4
View File
@@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
.border {
background-clip: padding-box;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}