Browse Source

refac: styling

Timothy Jaeryang Baek 4 months ago
parent
commit
33f2fdb91e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/app.css

+ 3 - 2
src/app.css

@@ -116,7 +116,7 @@ li p {
 }
 
 ::-webkit-scrollbar {
-	height: 0.8rem;
+	height: 0.6rem;
 	width: 0.4rem;
 }
 
@@ -422,7 +422,8 @@ input[type='number'] {
 	@apply text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-850 dark:text-gray-400 border-none;
 }
 
-.tiptap th, .tiptap td {
+.tiptap th,
+.tiptap td {
 	@apply px-3 py-1.5 border border-gray-100 dark:border-gray-850;
 }