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.
This commit is contained in:
Leonard Kim 2018-04-17 09:23:14 -07:00 committed by Дамян Минков
parent c029663b77
commit a86ca3f41c
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@
* Overwrite font-awesome styling to match jitsi-icon styling. * Overwrite font-awesome styling to match jitsi-icon styling.
*/ */
.fa { .fa {
font-size: 1.22em; height: 24px;
margin-left: 2px;
width: 24px;
} }
i { i {