From 4a6418a4751f32b7be5fe465b4a9398293980a08 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 17 Aug 2024 18:08:33 -0500 Subject: [PATCH] fix padding on sides of slider Extra padding on the sides of a range slider extends the length of the slider, such that you can't move the thumb all the way to the end. --- client/homebrew/brewRenderer/toolBar/toolBar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index f7135b514..9dd509c2c 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -27,6 +27,7 @@ &.slider { color: #D3D3D3; accent-color: #d3d3d3; + padding: 2px 0; &::-webkit-slider-thumb, &::-moz-slider-thumb { cursor : pointer; @@ -71,7 +72,7 @@ font-weight : unset; color : inherit; background-color : unset; - + &:focus { outline : 1px solid #d3d3d3; } &:disabled {