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

add filters to folder browsing

This commit is contained in:
Luke Pulverenti 2013-04-18 22:52:22 -04:00
parent 8d53d9508c
commit 6ac9b1bd2a
9 changed files with 192 additions and 17 deletions

View file

@ -125,6 +125,9 @@
.itemMiscInfo {
color: #ddd;
font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.mediaInfoStream {
@ -210,6 +213,7 @@
color: #fff;
text-align: left;
vertical-align: top;
overflow: hidden;
}
.posterDetailViewName {