1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Draggable region on macOS should be the same as the main header (#3800)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-09-15 12:28:06 -04:00 committed by GitHub
parent b43086a386
commit 068c78d48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@
--font-weight-normal: 400;
--font-weight-bold: 500;
--main-layout-header: 40px;
--drag-region-height: 22px;
}
*, *:before, *:after {
@ -105,7 +104,7 @@ html, body {
left: 0;
top: 0;
width: 100%;
height: var(--drag-region-height);
height: var(--main-layout-header);
z-index: 1000;
pointer-events: none;
}