fix(2054): player/queue-dropdown mobile layout widths

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
This commit is contained in:
tobifroe 2023-03-18 21:43:09 +01:00 committed by Kasper Seweryn
parent d6d23bbd58
commit 78fa52e103
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed mobile player element widths (#2054)

View File

@ -222,7 +222,7 @@
display: flex;
align-items: center;
justify-content: space-between;
min-width: 10em;
min-width: 8em;
z-index: 2;
> .control.button {
padding: 0.5em;

View File

@ -291,6 +291,7 @@
align-items: center;
justify-content: center;
text-align: center;
max-width: 100vw;
.ui.header {
width: 100%;