Fix minor bugs

This commit is contained in:
Alex
2024-10-13 20:57:00 +02:00
parent ae60c34e8f
commit 5eed3df7d3
17 changed files with 519 additions and 537 deletions

View File

@@ -10,7 +10,7 @@
<div
id="side-menu"
class="hidden fixed h-screen w-64 bg-white rounded-r-lg flex z-30 px-4 flex-col justify-start lg:left-0"
class="hidden fixed h-screen w-64 bg-white rounded-r-lg flex z-30 px-4 flex-col justify-start lg:left-0 animate__faster"
>
<div>
<img src="/images/logo-large-black.svg" class="h-16 my-3" />
@@ -158,7 +158,7 @@
<div
id="nickname-popup"
class="hidden fixed bottom-0 h-36 w-full lg:w-1/3 lg:mx-auto bg-black text-white z-40 shadow-md rounded-md p-4 flex flex-col gap-y-2"
class="hidden fixed bottom-0 h-36 w-full lg:w-1/3 lg:mx-auto bg-black text-white z-40 shadow-md rounded-md p-4 flex flex-col gap-y-2 animate__faster"
>
<%= if @state.anonymous_chat_enabled do %>
<button