dev: updated formatting

This commit is contained in:
lscambo13
2025-11-09 21:48:48 +05:30
parent af01c3636d
commit 10239e818e

View File

@@ -8,7 +8,7 @@
}
.play-button {
font-family: 'Inter';
font-family: "Inter";
font-size: 1em;
font-weight: 500;
}
@@ -16,8 +16,8 @@
.backdrop,
.backdrop-container,
.backdrop-overlay {
mask-image: linear-gradient(180deg, rgba(0, 0, 0, .85), 70%, rgba(0, 0, 0, 0));
-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .85), 70%, rgba(0, 0, 0, 0));
mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), 70%, rgba(0, 0, 0, 0));
-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), 70%, rgba(0, 0, 0, 0));
background-color: transparent;
}
@@ -25,7 +25,6 @@
transform-origin: center left;
}
/* this is my own take */
.rating-value {
flex-wrap: wrap;
justify-content: center;
@@ -41,7 +40,7 @@
top: var(--appBarHeight);
border: var(--defaultBorder);
border-radius: var(--largerRadius);
transition: all .125s, border 0s;
transition: all 0.125s, border 0s;
user-select: none;
}
@@ -57,7 +56,7 @@
}
.backdrop-overlay {
background: linear-gradient(0deg, rgba(0, 0, 0, .85), 40%, transparent);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), 40%, transparent);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
@@ -81,7 +80,7 @@
@media (min-width: 75em) {
#slides-container {
top: calc(.5 * var(--appBarHeight));
top: calc(0.5 * var(--appBarHeight));
}
}