From 5c93c4db5732cab648a539a5adf1268381ca8815 Mon Sep 17 00:00:00 2001 From: aits2026 Date: Fri, 6 Mar 2026 17:15:27 +0800 Subject: [PATCH] style(export): align top settings button height --- src/pages/ExportPage.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/ExportPage.scss b/src/pages/ExportPage.scss index ccde095..006650e 100644 --- a/src/pages/ExportPage.scss +++ b/src/pages/ExportPage.scss @@ -551,6 +551,7 @@ } .global-export-controls { + --top-inline-control-height: 34px; flex: 0 1 980px; width: min(980px, 100%); background: var(--card-bg); @@ -656,7 +657,7 @@ } .more-export-settings-btn { - min-height: 38px; + min-height: var(--top-inline-control-height); border-radius: 10px; border: 1px solid var(--border-color); background: var(--bg-secondary); @@ -664,6 +665,7 @@ padding: 0 14px; font-size: 12px; font-weight: 600; + line-height: 1; white-space: nowrap; cursor: pointer; transition: border-color 0.12s ease, color 0.12s ease, background 0.12s ease; @@ -677,6 +679,7 @@ .layout-trigger { width: 100%; + min-height: var(--top-inline-control-height); padding: 8px 10px; border-radius: 8px; border: 1px solid var(--border-color);