Skip to content

Commit

Permalink
Allow collapsing sidebar, make sidebar have minimum size
Browse files Browse the repository at this point in the history
  • Loading branch information
eira-fransham committed Jun 28, 2018
1 parent db40888 commit c487ab5
Show file tree
Hide file tree
Showing 4 changed files with 31,123 additions and 27,350 deletions.
13 changes: 13 additions & 0 deletions static/rustw.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,26 @@ span#measure {
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
min-width: 300px;
}
.div_sidebar.collapsed {
flex: 0 0 20px;
min-width: auto;
}
.div_side_tabbar {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
.a_side_collapsebtn {
margin: 2px;
position: absolute;
}
.div_sidebar.collapsed .div_side_tabbar {
visibility: hidden;
}
.div_sidebar_tabs {
display: flex;
height: fit-content;
Expand Down
Loading

0 comments on commit c487ab5

Please sign in to comment.