diff --git a/frontend_nuxt/app.vue b/frontend_nuxt/app.vue
index 6a429d5ae..fd21fed06 100644
--- a/frontend_nuxt/app.vue
+++ b/frontend_nuxt/app.vue
@@ -138,7 +138,7 @@ const goToNewPost = () => {
height: 60px;
border-radius: 50%;
position: fixed;
- bottom: 40px;
+ bottom: 70px;
right: 20px;
font-size: 20px;
cursor: pointer;
diff --git a/frontend_nuxt/components/MessageFloatWindow.vue b/frontend_nuxt/components/MessageFloatWindow.vue
index fb2495ac7..f5370b91a 100644
--- a/frontend_nuxt/components/MessageFloatWindow.vue
+++ b/frontend_nuxt/components/MessageFloatWindow.vue
@@ -16,6 +16,7 @@
@click="reboundToDefault"
>
+
@@ -48,6 +49,10 @@ function expand() {
navigateTo(target)
}
+function close() {
+ floatRoute.value = null
+}
+
function injectBaseTag() {
if (!iframeRef.value) return