fix(2054): player/queue-dropdown mobile layout widths
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
This commit is contained in:
parent
d6d23bbd58
commit
78fa52e103
|
@ -0,0 +1 @@
|
||||||
|
Fixed mobile player element widths (#2054)
|
|
@ -222,7 +222,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
min-width: 10em;
|
min-width: 8em;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
> .control.button {
|
> .control.button {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
|
@ -291,6 +291,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
max-width: 100vw;
|
||||||
|
|
||||||
.ui.header {
|
.ui.header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue