Sync latest TrueGrowth updates
Some checks failed
CI / main (push) Has been cancelled
CI / release-e2e (push) Has been cancelled

This commit is contained in:
jiam
2026-07-08 02:03:18 +08:00
parent 52636c91ae
commit 5119ac0ef8
102 changed files with 20985 additions and 1760 deletions

View File

@@ -22,6 +22,15 @@
object-fit: cover;
}
&--fit-contain &__media {
object-fit: contain;
}
&--fit-contain &__placeholder {
background: linear-gradient(135deg, rgba(255, 91, 0, 0.1), transparent 52%),
rgba(15, 23, 42, 0.04);
}
&__play-overlay {
position: absolute;
inset: 0;
@@ -45,3 +54,10 @@
background: rgba(0, 0, 0, 0.25);
}
}
:root[data-tg-theme='dark']
.video-poster-preview--fit-contain
.video-poster-preview__placeholder {
background: linear-gradient(135deg, rgba(255, 138, 61, 0.14), transparent 52%),
rgba(255, 255, 255, 0.06);
}