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

2054-player-layout
tobifroe 2023-03-18 21:43:09 +01:00
rodzic 6edb1624fc
commit 6d76e56764
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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;

Wyświetl plik

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