From 63d9aab66a192d81c9a0b0ef6f9fd5c8d956da0f Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Sun, 22 Mar 2026 11:00:18 +0100 Subject: [PATCH] Update NoLoginView styles: Change action panel alignment from space-between to flex-start for improved layout consistency and responsiveness. --- frontend/src/views/home/NoLoginView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/home/NoLoginView.vue b/frontend/src/views/home/NoLoginView.vue index d013587..1eec188 100644 --- a/frontend/src/views/home/NoLoginView.vue +++ b/frontend/src/views/home/NoLoginView.vue @@ -211,7 +211,7 @@ export default { .actions { display: flex; flex-direction: column; - justify-content: space-between; + justify-content: flex-start; gap: 1rem; flex: 1 1 auto; min-height: 0;