fix border-radius and align episode detail cards
This commit is contained in:
parent
02a3b040b6
commit
1e1397bec4
1 changed files with 6 additions and 1 deletions
|
@ -78,7 +78,6 @@
|
||||||
.layout-mobile #loginPage #divUsers .card {
|
.layout-mobile #loginPage #divUsers .card {
|
||||||
width:30vw;
|
width:30vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile #loginPage>div {
|
.layout-mobile #loginPage>div {
|
||||||
max-width:95vw;
|
max-width:95vw;
|
||||||
width:95vw;
|
width:95vw;
|
||||||
|
@ -463,6 +462,9 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
.sliderBubble {
|
.sliderBubble {
|
||||||
border-radius: var(--rounding);
|
border-radius: var(--rounding);
|
||||||
}
|
}
|
||||||
|
.layout-desktop .detailImageContainer .card {
|
||||||
|
border-radius: var(--rounding);
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Skip Intro Button --- */
|
/* --- Skip Intro Button --- */
|
||||||
#skipIntro .emby-button:hover,
|
#skipIntro .emby-button:hover,
|
||||||
|
@ -481,6 +483,9 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
backdrop-filter: blur(20px) brightness(80%) !important;
|
backdrop-filter: blur(20px) brightness(80%) !important;
|
||||||
-webkit-backdrop-filter: blur(20px) brightness(80%) !important;
|
-webkit-backdrop-filter: blur(20px) brightness(80%) !important;
|
||||||
}
|
}
|
||||||
|
.layout-desktop .detailImageContainer .card {
|
||||||
|
top: 0%;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Animations --- */
|
/* --- Animations --- */
|
||||||
.listItem {
|
.listItem {
|
||||||
|
|
Loading…
Reference in a new issue