Fix stickers position on auth & folder pages

This commit is contained in:
Eduard Kuzmenko 2020-11-27 21:14:26 +02:00
parent 0f3c91ee2a
commit dbd5bda736
2 changed files with 6 additions and 0 deletions

View File

@ -505,6 +505,7 @@
height: 86px;
margin: 1px auto 29px;
flex: 0 0 auto;
position: relative;
}
.caption {

View File

@ -551,6 +551,7 @@ hr {
width: 166px;
height: 166px;
margin: 0 auto 18px;
position: relative;
@include respond-to(handhelds) {
width: 120px;
@ -700,6 +701,10 @@ img.emoji {
}
.rlottie, .rlottie-vector {
left: 0;
top: 0;
bottom: 0;
right: 0;
position: absolute;
max-width: 100%;
max-height: 100%;