[Frontend] Fix alignment and font-size issues in tool-bar

Fixes #1496
This commit is contained in:
Charles Hacskaylo
2017-09-13 09:47:18 -07:00
committed by Pegah Sarram
parent bb47feb517
commit 68abc15ed5
7 changed files with 16 additions and 16 deletions

View File

@@ -240,7 +240,9 @@ body.desktop .pane .mini-tab-icon.toggle-pane {
.top-bar .buttons-main .s-button,
.top-bar .s-menu-button,
.tool-bar .s-button,
.tool-bar .s-menu-button {
.tool-bar .s-menu-button,
.tool-bar .select,
.tool-bar .input-labeled {
$h: $btnToolbarH;
height: $h;
line-height: $h;