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