Verious fixes

This commit is contained in:
Casper Talvio
2021-08-02 23:29:25 +03:00
parent 9d97d0c7b7
commit 9116b880c6
5 changed files with 44 additions and 223 deletions

View File

@@ -35,4 +35,7 @@
background: #ae3030eb;
padding: .3em .6em;
color: #fff;
}
}
.layout-mobile .listItemImageButton {
background: rgba(0, 0, 0, 0);
}

View File

@@ -5,6 +5,12 @@
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (min-width: 2000px) {
.listItemImage-large {
height: 9.5vw;
}
}
@media all and (max-width: 2000px) {
.childrenItemsContainer.itemsContainer.padded-right.vertical-list {
grid-template-columns: 1fr 1fr 1fr;
@@ -43,8 +49,12 @@
font-size: 1em !important;
}
.listItemImageButton-icon {
.layout-mobile .listItemImageButton-icon {
padding: 0;
top: 0.34em;
position: absolute !important;
font-size: 1.5em !important;
right: 3em;
}
#itemDetailPage .listItem {
@@ -73,13 +83,13 @@
}
.layout-mobile #itemDetailPage .listItemImageButton {
font-size: 0 !important;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.72);
background: rgba(0, 0, 0, 0.5);
z-index: -1;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
color: white;
}
.layout-mobile .listItemIndicators {
@@ -87,6 +97,7 @@
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.layout-mobile .playedIndicator {
@@ -98,7 +109,8 @@
.layout-mobile .listItemIndicators .indicatorIcon.check {
position: absolute;
top: .55em;
right: 4em;
right: 5.4em;
z-index: 2;
}
.layout-mobile .listItemBodyText {
@@ -107,6 +119,7 @@
.layout-mobile .listItem .playedIndicator {
background: transparent !important;
color: rgba(var(--accent));
}
.layout-mobile .listItemImage {
@@ -118,7 +131,10 @@
transform: translate(-50%, -50%);
overflow: hidden;
border-radius: var(--rounding) !important;
z-index: -1;
}
.layout-mobile .listItemImageButton:hover {
transform: scale(1);
}
.layout-mobile .listViewUserDataButtons {
@@ -148,3 +164,12 @@
margin: auto;
font-size: 1.6em !important;
}
.listItemBody.itemAction,
.listItem-bottomoverview.secondary{
z-index: 1;
}
.listItem-bottomoverview.secondary{
text-align: justify;
padding: .5em;
margin: 0;
}