Skip to content

Commit 8a11bd9

Browse files
authored
Update dist.css
1 parent 94e6dee commit 8a11bd9

File tree

1 file changed

+40
-41
lines changed

1 file changed

+40
-41
lines changed

dist/dist.css

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,62 @@
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+

0 commit comments

Comments
 (0)