Refactor modal styles: remove model name field and adjust margin for modal content header

This commit is contained in:
Will Miao
2025-05-22 10:02:13 +08:00
parent 6052608a4e
commit b25fbd6e24
2 changed files with 2 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ body.modal-open {
.modal-content h2 {
color: var(--text-color);
margin-bottom: var(--space-2);
margin-bottom: var(--space-1);
font-size: 1.5em;
}