TelegramPWA/src/components/common/StickerView.module.scss

34 lines
395 B
SCSS

.thumb {
z-index: 1;
width: 100%;
height: 100%;
&:global(.closing) {
transition-delay: 150ms;
}
}
.thumb-opaque {
transition-delay: 0s;
}
.no-transition {
transition: none !important;
}
.media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.thumb, .media {
// @optimization
&:not(:global(.shown)) {
display: block !important;
}
}