Skip to content

Commit 44f5cc2

Browse files
committed
fix sidebar width
report of hyparam/hyperparam-cli#124
1 parent df7e7aa commit 44f5cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ main {
6666
display: flex;
6767
flex-direction: column;
6868
height: 100vh;
69-
min-width: 48px;
69+
width: 48px;
7070
background-image: linear-gradient(to bottom, #667, #585669);
7171
box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
7272
height: 100vh;

0 commit comments

Comments
 (0)