From 21a7a1a7f20a7cb0e5082b71e3d1b5f6cdcef733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Utku=20ER=C5=9EAH=C4=B0NCE?= Date: Fri, 19 Jul 2024 11:52:38 +0300 Subject: [PATCH] tightening the space between palette elements #734 --- app/css/chise.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/css/chise.css b/app/css/chise.css index 323134c9..3b342b57 100644 --- a/app/css/chise.css +++ b/app/css/chise.css @@ -880,10 +880,12 @@ img#template-reversible-output-add-button:hover { .paletteCol { position: relative; display: inline-block; - width: 40px; + width: 35px; height: 26px; text-align: center; margin: 5px; + margin-left: 3px; + margin-right: 3px; } .custom-menu-item {