mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #779 from MrTimscampi/list-actions
Fix action icons in lists wrapping to multiple lines
This commit is contained in:
commit
4acd0525dc
1 changed files with 3 additions and 6 deletions
|
@ -896,12 +896,9 @@ div.itemDetailGalleryLink.defaultCardBackground {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 75em) {
|
|
||||||
.listViewUserDataButtons {
|
.listViewUserDataButtons {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 65%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bulletSeparator {
|
.bulletSeparator {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue