fix(2054): player/queue-dropdown mobile layout widths
This commit is contained in:
parent
6edb1624fc
commit
6d76e56764
|
@ -0,0 +1 @@
|
|||
Fixed mobile player element widths (#2054)
|
|
@ -219,7 +219,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
min-width: 10em;
|
||||
min-width: 8em;
|
||||
z-index: 2;
|
||||
> .control.button {
|
||||
padding: 0.5em;
|
||||
|
|
|
@ -283,6 +283,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
max-width: 100vw;
|
||||
|
||||
.ui.header {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue