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);