mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 05:41:49 +00:00
feat: Update mobile menu button style and position
This commit is contained in:
@@ -79,7 +79,8 @@ const showMenu = ref(false)
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="absolute flex flex-col items-center justify-center w-10 h-10 rounded-full cursor-pointer right-2 md:hidden"
|
||||
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10 rounded-full cursor-pointer md:hidden bg-muted"
|
||||
:class="{ 'right-2': showMenu }"
|
||||
@click="showMenu = !showMenu"
|
||||
>
|
||||
<Ellipsis
|
||||
|
||||
Reference in New Issue
Block a user