We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db40888 commit c487ab5Copy full SHA for c487ab5
static/rustw.css
@@ -488,13 +488,26 @@ span#measure {
488
display: flex;
489
flex-direction: column;
490
overflow: hidden;
491
+ position: relative;
492
+ min-width: 300px;
493
+}
494
+.div_sidebar.collapsed {
495
+ flex: 0 0 20px;
496
+ min-width: auto;
497
}
498
.div_side_tabbar {
499
flex: 1;
500
501
502
503
504
+.a_side_collapsebtn {
505
+ margin: 2px;
506
+ position: absolute;
507
508
+.div_sidebar.collapsed .div_side_tabbar {
509
+ visibility: hidden;
510
511
.div_sidebar_tabs {
512
513
height: fit-content;
0 commit comments