From 561baf63099859efbdf6bfb46fb0d54dcccd949a Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 8 Dec 2020 10:58:36 -0600 Subject: [PATCH] Remove rounded corners from group calling PiP --- stylesheets/_modules.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 54bf6c938..922dfcafc 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -6556,6 +6556,10 @@ button.module-image__border-overlay:focus { width: 120px; z-index: 2; + & .module-ongoing-call__group-call-remote-participant { + border-radius: 0; + } + &__video { &--remote { align-items: center;