Fixed icon size for the channel popout
This commit is contained in:
parent
b220aaef28
commit
e94a8a3b4f
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@ html:root {
|
||||||
|
|
||||||
@include transition(opacity $button_hover_animation_time);
|
@include transition(opacity $button_hover_animation_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.icon-container) {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftPadding {
|
.leftPadding {
|
||||||
|
|
Loading…
Add table
Reference in a new issue