Skip to content

Commit

Permalink
Set min-width to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Sep 10, 2018
1 parent babf297 commit 121aa87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/components/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
border: none;
border-right: 1px solid #aaa;
box-sizing: border-box;
max-width: calc(50% - 10px);
opacity: 0.95;
z-index: 1;
}

.container:not(.hidden) {
min-width: 200px;
}

.container:not(.pinned) {
bottom: 0;
position: absolute;
Expand Down

0 comments on commit 121aa87

Please sign in to comment.