diff --git a/frontend/src/chat/chat.css b/frontend/src/chat/chat.css index 5e9b65e..993c029 100644 --- a/frontend/src/chat/chat.css +++ b/frontend/src/chat/chat.css @@ -223,6 +223,13 @@ div-private { right-12 } +.popup-b-invite { + @apply + absolute + bottom-52 + right-12 +} + .hidden{ display: none; } \ No newline at end of file diff --git a/src/chat/src/app.ts b/src/chat/src/app.ts index 033e17c..b980883 100644 --- a/src/chat/src/app.ts +++ b/src/chat/src/app.ts @@ -199,6 +199,7 @@ async function onReady(fastify: FastifyInstance) { Login Name: '${allUsers?.login ?? 'Guest'}'
+
About: No description
`; }