remove some padding/margin, style scrollbars

This commit is contained in:
sawka
2024-06-03 22:18:54 -07:00
parent 0164851cf6
commit 80f9447c21
4 changed files with 25 additions and 2 deletions
+1
View File
@@ -40,5 +40,6 @@
width: 100%;
overflow: hidden;
min-height: 0;
padding: 5px;
}
}
-2
View File
@@ -18,8 +18,6 @@
height: 100%;
overflow: hidden;
border: 1px solid var(--border-color);
margin: 5px;
border-radius: 4px;
padding: 5px;
}
}