diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index 8f1464c8f..e35d7e143 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -6,12 +6,12 @@ box-sizing : border-box; display : flex; flex-wrap : wrap; - gap : 8px 30px; + gap : 8px 20px; align-items : center; justify-content : center; width : 100%; height : auto; - padding : 2px 0; + padding : 2px 10px 2px 90px; font-family : 'Open Sans', sans-serif; font-size : 13px; color : #CCCCCC; @@ -153,7 +153,7 @@ align-items : center; justify-content : center; width : auto; - min-width : 46px; + min-width : 40px; height : 100%; &:hover { background-color : #444444; } &:focus {outline : none; border : 1px solid #D3D3D3;} @@ -183,7 +183,5 @@ left : 0; z-index : 5; display : flex; - width : 32px; - min-width : unset; height : 100%; } \ No newline at end of file