fix: Frontend reactivity and style updates

This commit is contained in:
spinline
2026-01-31 00:12:52 +03:00
parent b91c896865
commit 969f21511a
3 changed files with 25 additions and 2 deletions

View File

@@ -1308,6 +1308,11 @@
}
}
}
@layer base {
html, body, button, a, [role="button"], input, label, select, summary, textarea {
touch-action: manipulation;
}
}
@property --tw-translate-x {
syntax: "*";
inherits: false;