Improve spacing on no-video one-participant call screen
This commit is contained in:
parent
fe455a482f
commit
041957ca63
1 changed files with 4 additions and 0 deletions
|
@ -3705,6 +3705,10 @@ button.module-image__border-overlay:focus {
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: $z-index-base;
|
z-index: $z-index-base;
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
|
// To match the icon height in ::before
|
||||||
|
line-height: 24px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in a new issue