aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-03-19 09:48:40 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-19 09:48:40 +0100
commite58b850b4685a4e49c6d0367d00fbf54bc4f0e8f (patch)
treeb99a7ae84e46ad5a634e9260381e9af1089ca34e
parentUpdate submodules (diff)
parentReview custom window draggable height (diff)
downloadferdium-app-e58b850b4685a4e49c6d0367d00fbf54bc4f0e8f.tar.gz
ferdium-app-e58b850b4685a4e49c6d0367d00fbf54bc4f0e8f.tar.zst
ferdium-app-e58b850b4685a4e49c6d0367d00fbf54bc4f0e8f.zip
Merge pull request #479 from getferdi/fix/window-draggable-height
Review custom window draggable height
-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;