From 2440907eeb8fd3cc7ffd7fdd0dca07f9f0cebb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20G=C3=BCm=C3=BC=C5=9F?= <10urgumus@gmail.com> Date: Thu, 20 Jan 2022 04:51:10 +0300 Subject: [PATCH] little bit bigger.... to go well with the new icons --- src/renderer/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/style.less b/src/renderer/style.less index b92149e5..acf09dae 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -2026,9 +2026,9 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { .md-btn { background: rgba(100, 100, 100, 0.5); - padding: 4px 12px; + padding: 6px 12px; border-radius: 4px; - font-size: 13px; + font-size: 16px; border: 1px solid rgb(100 100 100 / 35%); color: #eee; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);