diff --git a/src/layout/AppTopbar.vue b/src/layout/AppTopbar.vue index 7629cdf..d75228e 100644 --- a/src/layout/AppTopbar.vue +++ b/src/layout/AppTopbar.vue @@ -90,7 +90,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
- - {{ error }} - - + + + + {{ error }} + + + @@ -142,4 +137,12 @@ const login = async () => { /* Ensures the logo scales nicely within the circle */ display: block; } + +.error-message { + display: flex; + justify-content: center; + align-items: center; + text-align: center; + width: 100%; /* Ensure the message takes the full width of its container */ +} diff --git a/src/views/pages/ksDocuments/KsNewDocumentForm.vue b/src/views/pages/ksDocuments/KsNewDocumentForm.vue index b6e9ca1..f97f798 100644 --- a/src/views/pages/ksDocuments/KsNewDocumentForm.vue +++ b/src/views/pages/ksDocuments/KsNewDocumentForm.vue @@ -19,7 +19,7 @@
-