From 041957ca635ccc59796ed157976db8478d3eccc4 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 20 Sep 2022 20:14:30 -0700 Subject: [PATCH] Improve spacing on no-video one-participant call screen --- stylesheets/_modules.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index a83916953..29ed838ad 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -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: '';