fix: rounded-ms class on download search button

This commit is contained in:
2025-06-10 15:30:41 -05:00
parent f855aabd69
commit 15648e711b
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,9 @@
h2 {
font-size: var(--text-xl);
}
.rounded-ms {
border-radius: 0.275rem;
}
}
/* Prevent scrolling while dialog is open */