From fe65a2f8cefd2be3751dc8ff40d7dac9f74b68e4 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 14 Jun 2023 22:46:00 -0300 Subject: [PATCH] Small fix on color selectors.. --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 23403e9..d211a7e 100644 --- a/css/style.css +++ b/css/style.css @@ -147,13 +147,18 @@ float: left; } +Button.circle-toolbar { + padding: 14px; + min-height: 20px; +} + .colorPickButton, .circle-toolbar { display:inline-block; width:20px; height:20px; min-width: 20px; - min-height: 16px; + min-height: 20px; padding: unset; border-radius:10px; border: 1px solid rgba(0, 0, 0, 0.2);