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:
parent
c029663b77
commit
a86ca3f41c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue