minor: site footer, auth connextion, input w-full

This commit is contained in:
2026-02-11 09:26:21 -05:00
parent b45d3a02f0
commit 2304d855b7
6 changed files with 28 additions and 9 deletions

View File

@@ -9,5 +9,15 @@ export default defineAppConfig({
base: "cursor-pointer",
},
},
input: {
slots: {
root: "w-full",
},
},
textarea: {
slots: {
root: "w-full",
},
},
},
});