mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support audio queuing without flyout
This commit is contained in:
parent
e91d8b6800
commit
ab0b54902f
6 changed files with 39 additions and 7 deletions
|
@ -51,6 +51,14 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell button + button {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.tabletColumn {
|
||||
display: table-cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue