diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index 505bef548..234700dbd 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -3,17 +3,25 @@ z-index : 1; display : flex; flex-wrap : wrap; - gap : 5px; + gap : 8px 30px; align-items : center; justify-content : center; box-sizing : border-box; width : 100%; - height : 29px; + height : auto; padding : 2px 0; font-family : 'Open Sans', sans-serif; color : #CCCCCC; background-color : #555555; + .group { + display : flex; + align-items : center; + justify-content : center; + box-sizing : border-box; + height: 28px; + + } input { position : relative; height : 1.5em; @@ -56,6 +64,7 @@ &#pageInput { width: 4ch; text-align: center; + margin-right: 1ch; } } @@ -74,7 +83,7 @@ height : 100%; width : auto; min-width : 46px; - padding : 0 8px; + padding : 0 0px; font-weight : unset; color : inherit; background-color : unset;