From 9b4047f3f9a7265b8dff8b43c8bef75ce12f6992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Mon, 21 Apr 2025 20:12:42 +0200 Subject: [PATCH] small css changes --- client/homebrew/brewRenderer/toolBar/toolBar.less | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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