Improve spacing on no-video one-participant call screen

This commit is contained in:
Scott Nonnenberg 2022-09-20 20:14:30 -07:00 committed by GitHub
parent fe455a482f
commit 041957ca63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: '';