dev: fixed formatting

This commit is contained in:
lscambo13
2025-05-12 06:23:39 -07:00
parent 5e2a0f8e78
commit 92b47e6519

View File

@@ -497,7 +497,7 @@ html {
padding-block: 0;
}
.itemMiscInfo-primary{
.itemMiscInfo-primary {
column-gap: .5em;
}
@@ -682,7 +682,7 @@ html {
@keyframes scaleUp {
from {
transform: scale(1) ;
transform: scale(1);
opacity: 0;
}
@@ -692,20 +692,19 @@ html {
}
}
.backdropImageFadeIn
{
.backdropImageFadeIn {
transform-origin: bottom left;
animation: scaleUp 3s ease-out forwards;
}
@keyframes moveDown {
from {
transform: translateY(-2em) ;
transform: translateY(-2em);
opacity: 0;
}
to {
transform: translateY(0) ;
transform: translateY(0);
opacity: 1;
}
}
@@ -720,6 +719,7 @@ html {
transform: translateY(-90%);
opacity: 0;
}
to {
transform: translateY(-100%);
opacity: 1;
@@ -742,11 +742,11 @@ html {
margin-top: 0;
position: sticky;
top: -30%;
mask: linear-gradient(180deg, rgba(0,0,0,.75) 50%, transparent);
mask: linear-gradient(180deg, rgba(0, 0, 0, .75) 50%, transparent);
animation: moveDown 1s ease-out forwards;
}
.layout-desktop .itemBackdrop{
.layout-desktop .itemBackdrop {
height: 13em;
}
@@ -2539,7 +2539,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
}
.skinHeader-withBackground.semiTransparent .headerButton,
.layout-mobile .skinHeader.headroom:not(.osdHeader, .noHomeButtonHeader):has(.pageTitle:empty) .headerButton{
.layout-mobile .skinHeader.headroom:not(.osdHeader, .noHomeButtonHeader):has(.pageTitle:empty) .headerButton {
text-shadow: 1px 1px 0px #00000080;
}
@@ -2557,12 +2557,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
/* this brings the buttons and title to the center in main media page */
.layout-mobile [dir=ltr] .infoWrapper,
.layout-mobile .infoWrapper{
.layout-mobile .infoWrapper {
padding-left: 0;
}
/* Both the blocks below position the poster in main media page in the center */
.layout-mobile .detailImageContainer{
.layout-mobile .detailImageContainer {
height: 12em;
display: flex;
align-items: flex-end;
@@ -2570,7 +2570,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
padding-left: 0 !important;
}
.layout-mobile .detailImageContainer .card{
.layout-mobile .detailImageContainer .card {
position: inherit !important;
transform-origin: bottom;
opacity: 0;