From d43e2063df38e094b7acefa1f076302a50a93875 Mon Sep 17 00:00:00 2001 From: JayBridge <12310903@mail.sustech.edu.cn> Date: Sun, 1 Feb 2026 13:54:37 +0800 Subject: [PATCH] style: adjust padding for compact dropdown alignment - Added left and right padding adjustments to the setting item control in the compact dropdown to ensure proper alignment with buttons. --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index cc550ee..fac1232 100644 --- a/styles.css +++ b/styles.css @@ -191,6 +191,8 @@ If your plugin does not need CSS, delete this file. /* Align dropdown vertically with buttons */ .csv-delimiter-compact .setting-item-control { margin: 0 !important; + padding-left: 0 !important; + padding-right: 0 !important; } .csv-delimiter-compact .setting-item-control .dropdown { height: 32px !important;