Improve buttons and grid episodes

Improve grid episodes on mobile, by hopefully a lot
This commit is contained in:
Casper Talvio
2023-01-04 03:22:39 +02:00
parent 4b1c41bb93
commit 5e90ddd044
2 changed files with 13 additions and 12 deletions

View File

@@ -190,10 +190,6 @@ div[data-role="controlgroup"] a[data-role="button"] {
background: rgba(0, 164, 220, 0.2);
color: #00a4dc !important;
}
.button-flat {
margin: .2em !important;
padding: .85em !important;
}
.dashboardSection h3 {
margin: .5em .0em .5em .5em;
}

View File

@@ -95,26 +95,31 @@
.layout-mobile .listItemIndicators {
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.layout-mobile .playedIndicator {
width: 100%;
height: 100%;
width: 2em;
height: 2em;
font-size: 1.2rem;
position: absolute;
top: 0.65em;
right: 8.4em;
box-shadow: none;
}
.layout-mobile .listItemIndicators .indicatorIcon.check {
position: absolute;
top: .55em;
right: 5.4em;
z-index: 2;
}
.layout-mobile .listItemBodyText {
max-width: 10rem;
max-width: 36vw;
}
@media all and (min-width: 50em) {
.layout-mobile .listItemBodyText {
max-width: 100%;
}
}
.layout-mobile .listItem .playedIndicator {