mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-08-29 10:09:08 +02:00
Fix minor bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user