From 2970b2e4c56aad03640bb38be40870533fa09d89 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:09:27 +0300 Subject: [PATCH] fix double border for dimension controls --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 21bc16c1..36334f0e 100644 --- a/style.css +++ b/style.css @@ -1621,6 +1621,10 @@ button.tool.secondary:hover, [id$="2img_res_switch_btn"]{ margin:-1px !important; } +#dim_controls > div:nth-child(2){ + margin-top:-1px !important; + margin-bottom:-1px !important; +} /***************************/ /* Generate Interrupt Skip */ /***************************/