Browse Source

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.
master
Leonard Kim 7 years ago
parent
commit
a86ca3f41c
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      css/_toolbars.scss

+ 3
- 1
css/_toolbars.scss View File

72
      * Overwrite font-awesome styling to match jitsi-icon styling.
72
      * Overwrite font-awesome styling to match jitsi-icon styling.
73
      */
73
      */
74
     .fa {
74
     .fa {
75
-        font-size: 1.22em;
75
+        height: 24px;
76
+        margin-left: 2px;
77
+        width: 24px;
76
     }
78
     }
77
 
79
 
78
     i {
80
     i {

Loading…
Cancel
Save