1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix action sheet in firefox

This commit is contained in:
Luke Pulverenti 2016-08-09 14:22:19 -04:00
parent bdc77cd46d
commit 7cf86e9e30
2 changed files with 7 additions and 3 deletions

View file

@ -37,6 +37,10 @@
flex-shrink: 0;
}
.actionSheetMenuItem-noflex {
display: block;
}
.actionSheetItemText {
padding: .8em 0;
white-space: nowrap;