fix: clean up tab style
All checks were successful
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 6s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 13s
Test / e2e-test (push) Successful in 50s

This commit is contained in:
2026-04-13 17:12:48 +00:00
parent 4df02edc53
commit e28f5f9c0f

View File

@@ -1110,7 +1110,7 @@ async function saveCardImage(name) {
}
/* ===== Add Oil Form ===== */
.add-type-tabs { display: flex; gap: 0; margin-bottom: 10px; width: fit-content; }
.add-type-tabs { display: flex; gap: 0; margin-bottom: 10px; }
.add-type-tab {
padding: 6px 20px; text-align: center; font-size: 13px; cursor: pointer;
border: 1.5px solid var(--border, #d4cfc7); background: #fff; color: var(--text-mid, #6b6375);