Преглед изворни кода

fix(toolbar): move chat counter and stop its pointer events

The chat counter needs to be moved out of the way of the chat
button. The counter started covering the button when all the
toolbar buttons were made smaller. Also, turning off the
counters pointer events should at least make the button
clickable if this ever happens again.
master
Leonard Kim пре 7 година
родитељ
комит
c029663b77
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3
    2
      css/_toolbars.scss

+ 3
- 2
css/_toolbars.scss Прегледај датотеку

178
         position: relative;
178
         position: relative;
179
 
179
 
180
         .badge-round {
180
         .badge-round {
181
-            bottom: 9px;
181
+            bottom: -5px;
182
             font-size: 12px;
182
             font-size: 12px;
183
             line-height: 20px;
183
             line-height: 20px;
184
             min-width: 20px;
184
             min-width: 20px;
185
+            pointer-events: none;
185
             position: absolute;
186
             position: absolute;
186
-            right: 9px;
187
+            right: -5px;
187
         }
188
         }
188
     }
189
     }
189
 
190
 

Loading…
Откажи
Сачувај