something
mellbacon committed
Aug 15, 2022 at 21:08 UTC
1c833e501e0329d39741f39d90709ac34bf4aff9
2 files changed
+2
-2
src/components/Sidebar/Sidebar.svelte
+1
-1
@@ -62,7 +62,7 @@
62
<style>
63
#sidebar {
64
height: 100%;
65
- width: 3rem;
65
+ min-width: 3rem;
66
border-right: 1px solid #333;
67
display: flex;
68
flex-direction: column;
src/components/Sidebar/SidebarView.svelte
+1
-1
@@ -69,7 +69,7 @@
69
display: none !important;
70
}
71
#grabber {
72
- width: 3px;
72
+ min-width: 3px;
73
height: 100%;
74
cursor: ew-resize;
75
position: relative;