This repository was archived by the owner on Jun 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ async function configureWindow(mainThread: any) {
208
208
const sheet = window . document . styleSheets [ 0 ] ;
209
209
if ( isMacOS ) {
210
210
sheet . insertRule (
211
- '#tags-column { padding-top: 25px !important; }' ,
211
+ '#navigation { padding-top: 25px !important; }' ,
212
212
sheet . cssRules . length
213
213
) ;
214
214
}
Original file line number Diff line number Diff line change 9
9
transition : 0.15s padding ease;
10
10
}
11
11
12
- .mac-desktop # app .collapsed-notes .collapsed-tags # editor-column {
12
+ .mac-desktop # app .collapsed-notes .collapsed-navigation # editor-column {
13
13
padding-top : 18px ;
14
14
}
15
15
16
- .mac-desktop # app .collapsed-tags # notes-column {
16
+ .mac-desktop # app .collapsed-navigation # notes-column {
17
17
padding-top : 18px ;
18
18
}
19
19
@@ -67,16 +67,17 @@ panel-resizer {
67
67
}
68
68
69
69
/* Required for BrowserWindow titleBarStyle: 'hiddenInset' */
70
- .mac-desktop . tags ,
71
- .mac-desktop # tags -title-bar,
70
+ .mac-desktop # navigation ,
71
+ .mac-desktop # navigation . section -title-bar,
72
72
.mac-desktop # notes-title-bar ,
73
73
.mac-desktop # editor-title-bar ,
74
74
.mac-desktop # lock-screen {
75
75
-webkit-app-region : drag;
76
76
}
77
77
78
78
input ,
79
- .tags .content ,
80
- .component-view-container {
79
+ # navigation # navigation-content ,
80
+ .component-view-container ,
81
+ .panel-resizer {
81
82
-webkit-app-region : no-drag;
82
83
}
You can’t perform that action at this time.
0 commit comments