From 9d89f323744228ee05d37b5aff39d62172ac1e3b Mon Sep 17 00:00:00 2001 From: Jonas Gerg Date: Tue, 14 Jul 2026 21:55:13 +0200 Subject: [PATCH] refactor: move action bar to top and lighten styling - Moved PlanActionBar from fixed bottom to sticky top below GroupView - Removed position: fixed and bottom padding workaround - Action bar now uses lighter bg (#fafafa), thinner padding, border-bottom - Removed unused padding-bottom: 100px from .plan, reduced to 24px --- public/src/components/PlanActionBar.vue | 8 ++-- public/src/views/PlanView.vue | 58 ++++++++++++------------- 2 files changed, 32 insertions(+), 34 deletions(-) diff --git a/public/src/components/PlanActionBar.vue b/public/src/components/PlanActionBar.vue index d9b66b4..2fa04bd 100644 --- a/public/src/components/PlanActionBar.vue +++ b/public/src/components/PlanActionBar.vue @@ -25,12 +25,12 @@ const props = defineProps<{