removed extra drag regions from redmond layout
This commit is contained in:
parent
4dc96056a2
commit
df4c4d679b
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue