From 9f315207d4778d857534ca5d43d2be398cb2a9cf Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Mon, 28 Oct 2024 21:14:45 +0100 Subject: [PATCH] webapp: optimize body bottom padding and length long forms, when scrolled to the bottom, would leave no space between the bottom of the viewport and the buttons, which is unpleasent. short views would still createa large (high) body, for apparently no reason. --- webapp/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 200ce6695..8c5f2f98a 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -18,7 +18,7 @@ export default defineComponent({