feat: Update mobile menu button style and position
This commit is contained in:
parent
cd012676b4
commit
95cbb64b22
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue