mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
Дамян Минков
parent
c029663b77
commit
a86ca3f41c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user