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:
parent
2579f31c10
commit
60c843701c
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
top: 0;
|
||||
text-align: left;
|
||||
transition: all 0.5s;
|
||||
font: $font_16_medium;
|
||||
font: $font_18_semibold;
|
||||
}
|
||||
|
||||
.progress {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue