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