don't duplicate synced items

This commit is contained in:
Luke Pulverenti 2015-08-18 15:45:41 -04:00
parent aff141f716
commit 7b42686295
8 changed files with 67 additions and 90 deletions

View file

@ -839,7 +839,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.detailImageContainer img {
max-width: 100px;
max-width: 80px;
}
.mobileOverview:not(.hide), .mobileGenres {
@ -861,19 +861,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.backdropDetailPageContent {
text-align: center;
}
}
@media all and (max-width: 800px) {
.detailImageContainer img {
max-width: 80px;
}
.thumbDetailImageContainer img {
max-width: 180px;
}
}
@media all and (min-width: 750px) {
.detailPageContent {
width: 950px;