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

add more live tv buttons

This commit is contained in:
Luke Pulverenti 2015-08-24 23:13:04 -04:00
parent 4094adb5a7
commit f491228119
114 changed files with 1076 additions and 310 deletions

View file

@ -928,7 +928,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.itemMiscInfo {
color: #ddd;
text-overflow: ellipsis;
overflow: hidden;
}
@ -1255,10 +1254,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
color: #4d90fe !important;
}
.itemOverlayContent {
max-width: 300px;
}
.itemOverlayHtml {
max-height: 100px;
margin-top: 1.5em;

View file

@ -287,6 +287,10 @@
display: none;
}
.fullPaperLibraryTabs .legacyTabs {
display: none;
}
.libraryViewNav a:not(.ui-btn-active):hover {
color: #2ad;
}

View file

@ -376,3 +376,28 @@
.channelList, .programGrid {
height: auto !important;
}
.itemOverlayContent {
width: 200px;
}
@media (min-width: 800px) {
.itemOverlayContent {
width: 300px;
}
}
@media (min-width: 1000px) {
.itemOverlayContent {
width: 400px;
}
}
@media (min-width: 1200px) {
.itemOverlayContent {
width: 500px;
}
}