feat: files draft

This commit is contained in:
Tristan Yang
2023-08-01 20:48:21 +08:00
parent 2150213a25
commit 51c2067bd1
14 changed files with 616 additions and 9 deletions
+19
View File
@@ -7,6 +7,25 @@
}
}
@layer utilities {
.col-count-2 {
column-count: 2;
}
.col-count-3 {
column-count: 3;
}
.col-count-4 {
column-count: 4;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* word break */
.wb {
word-break: break-word;