-
Notifications
You must be signed in to change notification settings - Fork 4
/
listEpisodes.css
41 lines (40 loc) · 1.03 KB
/
listEpisodes.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*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: 61px;
margin: 0;
}
.listItemImageButton {
margin: auto;
font-size: 1.6em !important;
}
@media all and (min-width: 100em){
.listItemImage.listItemImage-large.itemAction.lazy {
height: 110px;
}
.listItem-content {
height: 115px;
}
.secondary.listItem-overview.listItemBodyText {
height: 4em;
margin: 0;
}
}
@media all and (max-width: 100em){
.listItemImage.listItemImage-large.itemAction.lazy {height: 80px;}
.listItem-content {height: 85px;}
.secondary.listItem-overview.listItemBodyText {height: 2.5em; margin: 0;}
}
.missingIndicator, .unairedIndicator {
background: #ae3030eb;
padding: .3em .6em;
color: #fff;
}
.layout-mobile .listItemImageButton {
background: rgba(0, 0, 0, 0);
}