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

update channel display

This commit is contained in:
Luke Pulverenti 2015-08-19 07:56:03 -04:00
parent dc87e4ccc2
commit 1ab2aaa51a
3 changed files with 18 additions and 6 deletions

View file

@ -882,7 +882,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
@media all and (min-width: 750px) {
.detailPageContent {
width: 950px;
max-width: 950px;
}
}
@ -1554,7 +1554,7 @@ paper-icon-button.listviewMenuButton {
@media all and (min-width: 1200px) {
paper-icon-item:hover .listViewUserDataButtons {
li:hover .listViewUserDataButtons {
visibility: visible !important;
}
}