Skip to content

Commit

Permalink
fix(toolbar): set recording icon size to prevent resizing flash
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
virtuacoplenny authored and damencho committed Apr 18, 2018
1 parent c029663 commit a86ca3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/_toolbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a86ca3f

Please sign in to comment.