mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: title bar drag region
This commit is contained in:
committed by
Tienson Qin
parent
e618f5d1f7
commit
5abbf8b198
@@ -1,8 +1,6 @@
|
||||
.cp__header {
|
||||
@apply z-10;
|
||||
|
||||
-webkit-app-region: drag;
|
||||
|
||||
padding-top: var(--ls-headbar-inner-top-padding);
|
||||
height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding));
|
||||
display: flex;
|
||||
@@ -13,7 +11,6 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
user-select: none;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -351,3 +348,8 @@ html.is-zoomed-native-ios {
|
||||
--ls-headbar-height: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.drag-region {
|
||||
user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user