diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss index c803904fff369826b7d4311aa599fa8cd67fe04c..3bfee745a066ad2a0e969cb8937844a76610fe3b 100644 --- a/src/stylesheet/widgets/_header-bar.scss +++ b/src/stylesheet/widgets/_header-bar.scss @@ -42,12 +42,16 @@ headerbar { } windowcontrols { - button { + > button { min-height: 22px; min-width: 22px; margin: 0; padding: 4px; } + + > .icon { + margin: 7px; + } } } @@ -89,7 +93,7 @@ headerbar { windowcontrols { border-spacing: 3px; - button { + > button { min-width: 24px; padding: 5px; margin: 0; @@ -112,6 +116,10 @@ windowcontrols { &:hover > image { background-color: $button_hover_color; } &:hover:active > image { background-color: $button_active_color; } } + + > .icon { + margin: 9px; + } } /******************