File tree Expand file tree Collapse file tree 1 file changed +40
-41
lines changed
Expand file tree Collapse file tree 1 file changed +40
-41
lines changed Original file line number Diff line number Diff line change 1-
2- # tags-column {
3- display : none;
1+ .mac-desktop # editor-column {
2+ padding-top : 35px ;
43}
54
6- # notes-column {
7- flex-basis : 10px !important ;
5+ .mac-desktop # editor-column : before {
6+ content : "" ;
7+ display : block;
8+ position : absolute;
9+ top : 0 ;
10+ width : 100% ;
11+ height : 38px ;
12+ -webkit-app-region : drag;
813}
914
10- # notes-column : hover {
11- flex-basis : initial !important ;
15+ # editor-title-bar {
16+ display : none ;
1217}
1318
14-
15-
16- .info-sections > .section : last-child ,
17- .sk-panel-column .meta ,
18- .sk-panel-column .sk-segmented-buttons
19- {
19+ # editor-menu-bar {
2020 display : none;
2121}
2222
23- .sn-component .sk-panel-section : last-child ,
24- .sn-component .sk-panel-section {
25- padding-bottom : 0 ;
26- margin-bottom : 0 ;
23+ # editor-pane-component-stack {
24+ display : none;
2725}
2826
29-
30-
31-
32-
33- .sn-component .sk-panel-row {
34- justify-content : center;
27+ # footer-bar {
28+ opacity : 0.08 ;
29+ transition : opacity 0.25s ;
3530}
3631
37- # editor-pane-component-stack # main-content {
32+ # footer-bar : hover {
33+ opacity : 1.0 ;
3834}
3935
40- # editor-pane-component-stack # component-stack-menu-bar {
41- display : none;
36+ .section .tags {
37+ flex : none !important ;
38+ width : 0px !important ;
39+ transition : width 0.25s ;
4240}
4341
44-
45-
46-
47- # editor-title-bar ,
48- # editor-menu-bar {
49- display : none;
42+ .section .tags : hover {
43+ flex : initial;
44+ width : 0px !important ;
45+ transition : width 0.25s ;
5046}
5147
52-
53- .editor-toolbar ,
54- .editor-toolbar .fullscreen {
55- height : 1px ;
56- opacity : 0 ;
57- padding-top : 0 ;
48+ .section .notes {
49+ flex : none !important ;
50+ width : 0px !important ;
51+ transition : width 0.25s ;
52+ border : none !important ;
5853}
5954
60- .editor-toolbar : hover {
61- height : 50px ;
62- opacity : 1 ;
55+ .section .notes : hover {
56+ flex : initial;
57+ width : 0px !important ;
58+ transition : width 0.25s ;
6359}
60+
61+ /*# sourceMappingURL=dist.css.map */
62+
You can’t perform that action at this time.
0 commit comments