Ver código fonte

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 anos atrás
pai
commit
a86ca3f41c
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      css/_toolbars.scss

+ 3
- 1
css/_toolbars.scss Ver arquivo

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

Carregando…
Cancelar
Salvar