removed extra drag regions from redmond layout

This commit is contained in:
booploops 2022-04-29 18:19:27 -07:00
parent 4dc96056a2
commit df4c4d679b

View file

@ -16,6 +16,7 @@
height: var(--chromeHeight1); height: var(--chromeHeight1);
&.chrome-bottom { &.chrome-bottom {
-webkit-app-region: no-drag;
height : var(--chromeHeight2); height : var(--chromeHeight2);
box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
z-index : 1; z-index : 1;
@ -30,6 +31,7 @@
.app-playback-controls .actions { .app-playback-controls .actions {
align-self: center; align-self: center;
} }
-webkit-app-region: no-drag;
.playback-button.play, .playback-button.play,
.playback-button.pause { .playback-button.pause {
@ -120,8 +122,9 @@
width : 30%; width : 30%;
justify-content: flex-start; justify-content: flex-start;
align-items : flex-start; align-items : flex-start;
-webkit-app-region: no-drag!important;
.playback-controls { .playback-controls {
-webkit-app-region: no-drag!important;
.artwork { .artwork {
width : var(--chromeHeight2); width : var(--chromeHeight2);
height : var(--chromeHeight2); height : var(--chromeHeight2);