Sync latest TrueGrowth updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user