fix(modals): add padding to .modal-card — content no longer flush to edges

This commit is contained in:
m
2026-04-20 17:05:53 +02:00
parent 746bced30b
commit adb0ce2c9d

View File

@@ -1821,13 +1821,14 @@ input[type="range"]::-moz-range-thumb {
max-width: 480px;
max-height: 90vh;
overflow-y: auto;
padding: 1.5rem;
}
.modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.25rem 1.5rem 0;
padding: 0 0 0.75rem;
}
.modal-header h2 {