1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed embed margins

This commit is contained in:
Fedor Katurov 2020-04-19 12:33:20 +07:00
parent 2579f31c10
commit 60c843701c
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@
}
.play {
flex: 0 0 $comment_height;
flex: 0 0 $comment_height - $gap;
height: 100%;
display: flex;
align-items: center;
@ -82,7 +82,7 @@
text-align: left;
box-sizing: border-box;
font: $font_18_semibold;
padding: 0 $gap 0 0;
padding: 0 $gap 0 $gap * 1.5;
text-transform: capitalize;
white-space: nowrap;
overflow: hidden;

View file

@ -73,7 +73,7 @@
top: 0;
text-align: left;
transition: all 0.5s;
font: $font_16_medium;
font: $font_18_semibold;
}
.progress {