1- #codebox .layout-lateralbar {
2- @transitionSpeed : 600ms ;
1+ #codebox {
2+ .layout-lateralbar {
3+ @transitionSpeed : 600ms ;
34
4- position : absolute ;
5- top : 0px ;
6- left : 0px ;
7- bottom : 0px ;
8- overflow : hidden ;
9- width : @codeboxMenubarWidth + @codeboxLateralbarWidth ;
10- background : @codeboxLateralbarBackground ;
11- box-shadow : inset -8px 0px 9px -9px #000000 ;
12- color : @codeboxLateralbarColor ;
13- text-shadow : 0px 0px 2px rgba (0 ,0 ,0 ,0.6 );
14-
15- .lateral-menu {
165 position : absolute ;
17- left : 0px ;
18- width : @codeboxMenubarWidth ;
196 top : 0px ;
7+ left : 0px ;
208 bottom : 0px ;
21- .transition (all @transitionSpeed );
9+ overflow : hidden ;
10+ width : @codeboxMenubarWidth + @codeboxLateralbarWidth ;
11+ background : @codeboxLateralbarBackground ;
12+ box-shadow : inset -8px 0px 9px -9px #000000 ;
13+ color : @codeboxLateralbarColor ;
14+ text-shadow : 0px 0px 2px rgba (0 ,0 ,0 ,0.6 );
15+ .transition (width @lateralTransitionSpeed );
16+
17+ .lateral-menu {
18+ position : absolute ;
19+ left : 0px ;
20+ width : @codeboxMenubarWidth ;
21+ top : 0px ;
22+ bottom : 0px ;
23+ .transition (all @transitionSpeed );
2224
23- .menu-section {
24- margin-bottom : 10px ;
25+ .menu-section {
26+ margin-bottom : 10px ;
2527
26- & .menu-bottom {
27- position : absolute ;
28- bottom : 0px ;
29- margin : 0px ;
28+ & .menu-bottom {
29+ position : absolute ;
30+ bottom : 0px ;
31+ margin : 0px ;
32+ }
3033 }
3134 }
32- }
3335
34- .lateral-body {
35- position : absolute ;
36- top : 0px ;
37- left : @codeboxMenubarWidth ;
38- bottom : 0px ;
39- width : @codeboxLateralbarWidth ;
40- overflow-y : auto ;
41- overflow-x : hidden ;
42- .transition (all @transitionSpeed );
36+ .lateral-body {
37+ position : absolute ;
38+ top : 0px ;
39+ left : @codeboxMenubarWidth ;
40+ bottom : 0px ;
41+ width : @codeboxLateralbarWidth ;
42+ overflow-y : auto ;
43+ overflow-x : hidden ;
44+ .transition (all @transitionSpeed );
4345
44- > .files {
45- margin : 4px 0px ;
46- font-size : 15px ;
46+ > .files {
47+ margin : 4px 0px ;
48+ font-size : 15px ;
49+ }
4750 }
48- }
4951
50- .searchbar {
51- left : @codeboxMenubarWidth + @codeboxLateralbarWidth ;
52- .transition (all @transitionSpeed );
52+ .searchbar {
53+ left : @codeboxMenubarWidth + @codeboxLateralbarWidth ;
54+ .transition (all @transitionSpeed );
55+ }
5356 }
5457
5558 & .mode-search {
6366 left : - (@codeboxMenubarWidth + 2 * @codeboxLateralbarWidth );
6467 }
6568 }
69+
70+ & .mode-body-fullpage :not (.mode-search ) {
71+ .layout-lateralbar {
72+ width : @codeboxMenubarWidth ;
73+ }
74+ }
6675}
0 commit comments