css cleanup
mellbacon committed
Apr 29, 2023 at 15:55 UTC
3dc41ccec6a1cb050b4feefd8aaf27c4fc59d56e
1 file changed
+3
-1
src/lib/Sidebar.svelte
+3
-1
@@ -53,11 +53,13 @@
53
#sidebar {
54
height: 100%;
55
min-width: 3rem;
56
+ display: flex;
57
+ flex-direction: column;
58
}
59
.divider {
60
width: 2.3rem;
61
height: .0625rem;
62
background-color: #333;
61
- margin: 5px auto;
63
+ margin: 0 auto;
64
}
65
</style>
\ No newline at end of file