small fixes

This commit is contained in:
overcuriousity
2025-09-15 17:52:09 +02:00
parent 8aa3c4933e
commit 2496ca26a5
37 changed files with 124 additions and 112 deletions

View File

@@ -967,7 +967,7 @@ input[type="text"]:focus, select:focus {
}
/* === ENHANCED NODE DETAILS LAYOUT === */
.modal-details-enhanced {
.modal-details {
padding: 1rem; /* Reduced from 1.5rem */
display: flex;
flex-direction: column;
@@ -2074,7 +2074,7 @@ input[type="text"]:focus, select:focus {
max-height: 90vh;
}
.modal-details-enhanced {
.modal-details {
padding: 0.75rem;
gap: 0.5rem;
}