make header bg dragable

This commit is contained in:
Kyle Spearrin 2019-07-24 14:59:50 -04:00
parent 01c995b708
commit a2ed171a88
1 changed files with 9 additions and 1 deletions

View File

@ -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;