improve drag on topbar
This commit is contained in:
parent
476d6d86cf
commit
c4edd97d2a
1 changed files with 2 additions and 0 deletions
|
@ -1086,6 +1086,7 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
|||
max-width: 500px;
|
||||
border-left: 1px solid rgb(200 200 200 / 8%);
|
||||
border-right: 1px solid rgb(200 200 200 / 8%);
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-playback-controls {
|
||||
|
@ -1093,6 +1094,7 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
|||
justify-content: center;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-playback-controls {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue