mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Improve buttons and grid episodes
Improve grid episodes on mobile, by hopefully a lot
This commit is contained in:
4
base.css
4
base.css
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user