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.
This commit is contained in:
Leonard Kim 2018-04-17 09:12:10 -07:00 committed by Дамян Минков
parent 66bf5cf966
commit c029663b77
1 changed files with 3 additions and 2 deletions

View File

@ -178,12 +178,13 @@
position: relative;
.badge-round {
bottom: 9px;
bottom: -5px;
font-size: 12px;
line-height: 20px;
min-width: 20px;
pointer-events: none;
position: absolute;
right: 9px;
right: -5px;
}
}