File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ $collapse__extra: #{$collapse}__extra;
40
40
& __header {
41
41
align-items : center ;
42
42
border : 1px solid transparent ;
43
+ box-sizing : border-box ;
43
44
cursor : pointer ;
44
45
display : flex ;
45
46
font-size : 11px ;
46
47
font-weight : bold ;
47
- height : 22 px ;
48
+ height : 25 px ;
48
49
outline : none ;
49
50
padding : 1px 2px ;
50
51
user-select : none ;
Original file line number Diff line number Diff line change 2
2
3
3
#{$activityBar } {
4
4
flex : 1 ;
5
- padding-bottom : 20px ;
6
5
width : 48px ;
7
6
8
7
& __container {
Original file line number Diff line number Diff line change 6
6
position : relative ;
7
7
width : 100% ;
8
8
9
+ & -explorer {
10
+ height : 100% ;
11
+ }
12
+
9
13
h2 {
10
14
cursor : default ;
11
15
font-size : 11px ;
44
48
45
49
& __content {
46
50
bottom : 0 ;
47
- height : calc (100 vh - 57 px );
51
+ height : calc (100 % - 35 px );
48
52
left : 0 ;
49
53
position : relative ;
50
54
right : 0 ;
Original file line number Diff line number Diff line change 2
2
3
3
#{$workbench } {
4
4
bottom : 0 ;
5
+ height : calc (100% - 22px );
5
6
left : 0 ;
6
7
position : absolute ;
7
8
right : 0 ;
You can’t perform that action at this time.
0 commit comments