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.
This commit is contained in:
JayBridge 2026-02-01 13:54:37 +08:00
parent 672d162195
commit d43e2063df

View file

@ -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;