From 5fd0d6ccdae306a2768a8a8a48018ef17724de1c Mon Sep 17 00:00:00 2001 From: KDSBrowne <kert.browne85@gmail.com> Date: Wed, 4 Dec 2019 18:37:10 +0000 Subject: [PATCH] reduce mic icon size so its smaller than the background circle --- .../ui/components/nav-bar/talking-indicator/styles.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/nav-bar/talking-indicator/styles.scss b/bigbluebutton-html5/imports/ui/components/nav-bar/talking-indicator/styles.scss index eee304eb73..f4779544e2 100644 --- a/bigbluebutton-html5/imports/ui/components/nav-bar/talking-indicator/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/nav-bar/talking-indicator/styles.scss @@ -64,7 +64,6 @@ i, span { position: relative; - bottom: var(--bottom-offset); } span { @@ -73,6 +72,7 @@ white-space: nowrap; margin: 0 0 0 0 !important; max-width: var(--talker-max-width); + bottom: var(--bottom-offset); @include mq($phone-landscape) { font-size: var(--font-size-xs); @@ -84,9 +84,10 @@ } i { - font-size: var(--font-size-small); + font-size: var(--font-size-smaller); width: 1rem; height: 1rem; + line-height: 1rem; background-color: var(--color-success); border-radius: 50%; position: relative; -- GitLab