diff --git a/frontend/src/Apps/Forums.vue b/frontend/src/Apps/Forums.vue index 96d3225..a39da43 100644 --- a/frontend/src/Apps/Forums.vue +++ b/frontend/src/Apps/Forums.vue @@ -63,7 +63,7 @@ const addPostContent = ref("");
- + @@ -111,6 +111,7 @@ const addPostContent = ref(""); display: flex; justify-content: center; align-items: center; + flex-direction: column; gap: 10px; }