41 lines
1.0 KiB
CSS
41 lines
1.0 KiB
CSS
/*Size episode preview images in a more compact way*/
|
|
.listItemImage.listItemImage-large.itemAction.lazy {
|
|
transition: filter 0.2s
|
|
}
|
|
.listItemImageButton-icon {
|
|
padding: 0;
|
|
}
|
|
.secondary.listItem-overview.listItemBodyText {
|
|
height: unset !important;
|
|
margin: 0;
|
|
}
|
|
.listItemImageButton {
|
|
margin: auto;
|
|
font-size: 1.6em !important;
|
|
}
|
|
@media all and (min-width: 100em){
|
|
.listItemImage.listItemImage-large.itemAction.lazy {
|
|
height: 160px !important;
|
|
}
|
|
.listItem-content {
|
|
height: unset !important;
|
|
}
|
|
.secondary.listItem-overview.listItemBodyText {
|
|
height: unset !important;
|
|
margin: 0;
|
|
}
|
|
}
|
|
@media all and (max-width: 100em){
|
|
.listItemImage.listItemImage-large.itemAction.lazy {height: 160px !important;}
|
|
.listItem-content {height: unset !important;}
|
|
.secondary.listItem-overview.listItemBodyText {height: unset !important; margin: 0;}
|
|
}
|
|
|
|
.missingIndicator, .unairedIndicator {
|
|
background: #ae3030eb;
|
|
padding: .3em .6em;
|
|
color: #fff;
|
|
}
|
|
.layout-mobile .listItemImageButton {
|
|
background: rgba(0, 0, 0, 0);
|
|
} |