From a86ca3f41ce1dc7637ab5f984b1ead27662188e9 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Tue, 17 Apr 2018 09:23:14 -0700 Subject: [PATCH] fix(toolbar): set recording icon size to prevent resizing flash There is a slight moment when the recording icon is loading that its container does not have width. Set the width of the container so it doesn't collapse. Also, push it a little to the right so it aligns better with other icons. --- css/_toolbars.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/_toolbars.scss b/css/_toolbars.scss index 4f50bf4dc..4fff6cb68 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -72,7 +72,9 @@ * Overwrite font-awesome styling to match jitsi-icon styling. */ .fa { - font-size: 1.22em; + height: 24px; + margin-left: 2px; + width: 24px; } i {