Files
Ultrachromic/episodelist/episodes_compactlist.css

42 lines
1.0 KiB
CSS
Raw Normal View History

2021-05-26 23:04:58 +03:00
/*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 {
2025-04-13 12:57:21 +05:30
height: unset !important;
2021-05-26 23:04:58 +03:00
margin: 0;
}
.listItemImageButton {
margin: auto;
font-size: 1.6em !important;
}
@media all and (min-width: 100em){
.listItemImage.listItemImage-large.itemAction.lazy {
2025-04-13 12:57:21 +05:30
height: 160px !important;
2021-05-26 23:04:58 +03:00
}
.listItem-content {
2025-04-13 12:57:21 +05:30
height: unset !important;
2021-05-26 23:04:58 +03:00
}
.secondary.listItem-overview.listItemBodyText {
2025-04-13 12:57:21 +05:30
height: unset !important;
2021-05-26 23:04:58 +03:00
margin: 0;
}
}
@media all and (max-width: 100em){
2025-04-13 12:57:21 +05:30
.listItemImage.listItemImage-large.itemAction.lazy {height: 160px !important;}
.listItem-content {height: unset !important;}
.secondary.listItem-overview.listItemBodyText {height: unset !important; margin: 0;}
2021-05-26 23:04:58 +03:00
}
.missingIndicator, .unairedIndicator {
background: #ae3030eb;
padding: .3em .6em;
color: #fff;
2021-08-02 23:29:25 +03:00
}
.layout-mobile .listItemImageButton {
background: rgba(0, 0, 0, 0);
}