From 378a355316af5ee43c4bf4ef60f5074945851b73 Mon Sep 17 00:00:00 2001 From: CristianSilvaGrosseli <cristian23sai@gmail.com> Date: Fri, 31 Jul 2020 19:57:04 -0300 Subject: [PATCH] fix displaced audio icon. --- .../ui/components/video-provider/video-list/styles.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss index 3e5d9912c5..f29b64f143 100755 --- a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss @@ -132,7 +132,7 @@ bottom: 5px; left: 5px; right: 5px; - justify-content: center; + justify-content: space-between; align-items: center; height: 1.25rem; z-index: 2; @@ -140,9 +140,6 @@ .dropdown, .dropdownFireFox { - position: absolute; - left: 0; - flex: 1; display: flex; outline: none !important; width: var(--cam-dropdown-width); -- GitLab