feat: 优化按钮样式,调整邮箱获取按钮和保存设置按钮的内边距和缩放行为

This commit is contained in:
QLHazyCoder
2026-04-08 12:27:14 +08:00
parent 84d063b4ed
commit d450dd3ad3
+2 -5
View File
@@ -334,13 +334,10 @@ header {
background: var(--bg-hover);
}
#btn-fetch-email {
padding-inline: 10px;
}
#btn-fetch-email,
#btn-save-settings {
min-width: 58px;
padding-inline: 10px;
flex-shrink: 0;
}
.data-select {