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 {
|
.play {
|
||||||
flex: 0 0 $comment_height;
|
flex: 0 0 $comment_height - $gap;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font: $font_18_semibold;
|
font: $font_18_semibold;
|
||||||
padding: 0 $gap 0 0;
|
padding: 0 $gap 0 $gap * 1.5;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
font: $font_16_medium;
|
font: $font_18_semibold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue