Update NoLoginView styles: Change action panel alignment from space-between to flex-start for improved layout consistency and responsiveness.

This commit is contained in:
Torsten Schulz (local)
2026-03-22 11:00:18 +01:00
parent 5f9e0a5a49
commit 63d9aab66a

View File

@@ -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;