From b23b738e328055201aa826e34f5470dba2ee108f Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:13:41 +0300 Subject: [PATCH] fix double border for styles refresh button --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 36334f0e..9f9d91e2 100644 --- a/style.css +++ b/style.css @@ -1278,6 +1278,7 @@ input.svelte-56zyyb{ flex-grow: 1; border-top-right-radius: 0!important; border-bottom-right-radius: 0!important; + margin-right: -2px; } [id$="2img_styles"] label > span{ padding-right: 5px;