aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-17 18:55:43 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-17 20:52:55 -0500
commitd9788e0d3de086ae815fb55f9e0dafeac89ac5d8 (patch)
tree06083d0f4c302f1364d31067218ad2f1e955d22c /src/styles/layout.scss
parentdocs: add Alphrag as a contributor for doc (#174) [skip ci] (diff)
downloadferdium-app-d9788e0d3de086ae815fb55f9e0dafeac89ac5d8.tar.gz
ferdium-app-d9788e0d3de086ae815fb55f9e0dafeac89ac5d8.tar.zst
ferdium-app-d9788e0d3de086ae815fb55f9e0dafeac89ac5d8.zip
Increase the vertical height of the draggable area to center the 3 OS titlebar-buttons
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 {