aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-19 01:32:38 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-19 01:32:38 +0100
commit267d192aaa2cf4fe362f07269896ebd5b569e9e3 (patch)
treeb99a7ae84e46ad5a634e9260381e9af1089ca34e /src/styles/layout.scss
parentUpdate submodules (diff)
downloadferdium-app-267d192aaa2cf4fe362f07269896ebd5b569e9e3.tar.gz
ferdium-app-267d192aaa2cf4fe362f07269896ebd5b569e9e3.tar.zst
ferdium-app-267d192aaa2cf4fe362f07269896ebd5b569e9e3.zip
Review custom window draggable height
Reduces conflicts with underlying webview content.
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index c09d69f6c..de00c01b4 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -90,7 +90,7 @@ body.win32:not(.isFullScreen) .app .app__content {
90.electron-app-title-bar { z-index: 99999999; } 90.electron-app-title-bar { z-index: 99999999; }
91 91
92.window-draggable { 92.window-draggable {
93 height: 35px; 93 height: 22px;
94 left: 0; 94 left: 0;
95 pointer-events: none; 95 pointer-events: none;
96 position: absolute; 96 position: absolute;