mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
make header bg dragable
This commit is contained in:
parent
01c995b708
commit
a2ed171a88
@ -12,7 +12,7 @@ html.os_macos {
|
||||
body.layout_frontend {
|
||||
-webkit-app-region: drag;
|
||||
|
||||
button, a, span, input, p, h1, h2, h3, h4, h5, h6, img, select,
|
||||
button, a, i, b, span, input, p, h1, h2, h3, h4, h5, h6, img, select,
|
||||
textarea, label, .box, .modal-backdrop {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
@ -33,6 +33,14 @@ html.os_macos {
|
||||
}
|
||||
}
|
||||
|
||||
#vault .header-search {
|
||||
-webkit-app-region: drag;
|
||||
|
||||
input, i {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
}
|
||||
|
||||
#vault .mac-bar {
|
||||
height: 48px;
|
||||
-webkit-app-region: drag;
|
||||
|
Loading…
Reference in New Issue
Block a user