fix: 滴数输入框再缩窄到42px

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 20:23:47 +00:00
parent 14c41cd679
commit 5844deea7b
2 changed files with 3 additions and 3 deletions

View File

@@ -1694,8 +1694,8 @@ async function saveRecipe() {
}
.editor-drops {
width: 50px;
padding: 7px 4px;
width: 42px;
padding: 5px 2px;
border: 1.5px solid var(--border, #e0d4c0);
border-radius: 8px;
font-size: 13px;