Run all the linters

This commit is contained in:
Matthew Kilgore
2025-01-26 13:31:33 -05:00
parent 18adac6620
commit 8ddf291c5d
7 changed files with 29 additions and 132 deletions

View File

@@ -91,11 +91,11 @@
<style lang="css" scoped>
@media (max-width: 640px) {
.modal[modal-top=true] {
.modal[modal-top="true"] {
align-items: start;
}
.modal[modal-top=true] :where(.modal-box) {
.modal[modal-top="true"] :where(.modal-box) {
max-width: none;
--tw-translate-y: 2.5rem /* 40px */;
--tw-scale-x: 1;