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:
parent
66bf5cf966
commit
c029663b77
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue