aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 359df3f35..1867285ca 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -122,7 +122,7 @@ body.win32:not(.isFullScreen) .app .app__content {
122} 122}
123 123
124.window-draggable { 124.window-draggable {
125 height: 22px; 125 height: 28px;
126 left: 0; 126 left: 0;
127 pointer-events: none; 127 pointer-events: none;
128 position: absolute; 128 position: absolute;
@@ -133,7 +133,7 @@ body.win32:not(.isFullScreen) .app .app__content {
133} 133}
134 134
135.darwin .sidebar { 135.darwin .sidebar {
136 padding-top: 23px; 136 padding-top: 29px;
137} 137}
138 138
139.sidebar { 139.sidebar {