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:
parent
b43086a386
commit
068c78d48d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user