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

show/hide live tv menu based on installed services

This commit is contained in:
Luke Pulverenti 2013-11-15 11:00:50 -05:00
parent 732cbeaad8
commit 66ced0ebc8
4 changed files with 56 additions and 13 deletions

View file

@ -129,7 +129,7 @@
.libraryViewNav a {
display: inline-block;
padding: .5em .25em;
padding: .25em .25em;
color: #eee!important;
text-decoration: none;
}
@ -486,6 +486,13 @@ a.itemTag:hover {
}
}
@media all and (min-width: 750px) {
.libraryViewNav a {
padding: .5em 1em;
}
}
@media all and (max-width: 750px) {
.itemBackdrop {
@ -525,10 +532,6 @@ a.itemTag:hover {
.noBackdrop .lnkSibling {
bottom: 260px;
}
.libraryViewNav a {
padding: .5em 1em;
}
}
@media all and (min-width: 1000px) {