diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7238b3b..22643e7 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -89,7 +89,7 @@ const theme = computed(() => {
- + @@ -110,4 +110,11 @@ const theme = computed(() => { width: 100vw; height: 100vh; } + +#app-title { + text-align: center; + width: 100vw; + height: 30px; + line-height: 30px; +} diff --git a/frontend/src/AppContent.vue b/frontend/src/AppContent.vue index 1e704aa..0becb86 100644 --- a/frontend/src/AppContent.vue +++ b/frontend/src/AppContent.vue @@ -58,7 +58,7 @@ const dragging = computed(() => {