mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: add desktop drag region in auth pages
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
.titlebarLogo,
|
||||
.theme-scope-titleBar,
|
||||
.navigation-menu-header,
|
||||
.route-container-header {
|
||||
.route-container-header,
|
||||
.desktop-drag-region {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
|
||||
@@ -97,6 +97,15 @@ function AuthContainer(props) {
|
||||
flex: 1
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
className="desktop-drag-region"
|
||||
sx={{
|
||||
position: "absolute",
|
||||
top: 0,
|
||||
left: 0,
|
||||
height: "50%"
|
||||
}}
|
||||
/>
|
||||
<Box
|
||||
as="svg"
|
||||
version="1.1"
|
||||
|
||||
Reference in New Issue
Block a user