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;
|
||||
display: flex;
|
||||
z-index: $z-index-base;
|
||||
margin-top: 10px;
|
||||
|
||||
// To match the icon height in ::before
|
||||
line-height: 24px;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in a new issue