chore: fix button issues on macos desktop
This commit is contained in:
@@ -21,10 +21,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
panel-resizer {
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
#desktop-title-bar {
|
#desktop-title-bar {
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -70,49 +66,19 @@ panel-resizer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* https://github.com/electron/electron/issues/37789 */
|
/* https://github.com/electron/electron/issues/37789 */
|
||||||
.mac-desktop #navigation {
|
.mac-desktop #navigation,
|
||||||
-webkit-app-region: drag;
|
.mac-desktop #navigation-content .section-title-bar .title,
|
||||||
}
|
.mac-desktop #items-title-bar,
|
||||||
|
.mac-desktop #editor-title-bar,
|
||||||
.mac-desktop #navigation-content {
|
.mac-desktop [data-preferences-header] {
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mac-desktop #navigation-content .section-title-bar .title {
|
|
||||||
-webkit-app-region: drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mac-desktop #items-title-bar {
|
|
||||||
-webkit-app-region: drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mac-desktop #items-title-bar input,
|
|
||||||
.mac-desktop #items-title-bar button {
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mac-desktop #editor-title-bar {
|
|
||||||
-webkit-app-region: drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mac-desktop #editor-title-bar input,
|
|
||||||
.mac-desktop #editor-title-bar button {
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mac-desktop [data-dialog]::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 36px;
|
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
input,
|
input,
|
||||||
#navigation #navigation-content,
|
#navigation #navigation-content,
|
||||||
.panel-resizer {
|
.panel-resizer,
|
||||||
|
panel-resizer {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ const PreferencesView: FunctionComponent<PreferencesProps> = ({ application, clo
|
|||||||
'flex w-full flex-row items-center justify-between border-b border-solid border-border bg-default px-3 pb-2 md:p-3',
|
'flex w-full flex-row items-center justify-between border-b border-solid border-border bg-default px-3 pb-2 md:p-3',
|
||||||
hasTopInset ? 'pt-safe-top' : 'pt-2',
|
hasTopInset ? 'pt-safe-top' : 'pt-2',
|
||||||
)}
|
)}
|
||||||
|
data-preferences-header
|
||||||
>
|
>
|
||||||
<div className="hidden h-8 w-8 md:block" />
|
<div className="hidden h-8 w-8 md:block" />
|
||||||
<h1 className="text-base font-bold md:text-lg">Your preferences for Standard Notes</h1>
|
<h1 className="text-base font-bold md:text-lg">Your preferences for Standard Notes</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user