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

update shared components

This commit is contained in:
Luke Pulverenti 2016-09-03 13:58:23 -04:00
parent 7919964805
commit bb00365b5d
12 changed files with 92 additions and 32 deletions

View file

@ -42,13 +42,17 @@
}
.actionSheetItemText {
padding: .8em 0;
padding: .7em 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.actionSheetItemText-extraspacing {
padding: .8em 0;
}
.emby-button-noflex .actionSheetItemText {
display: inline-block;
}