mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(settings): fix style bug
This commit is contained in:
@@ -143,7 +143,7 @@ function setCurrentTitle() {
|
||||
<a
|
||||
cursor-pointer w="40px group-hover:180px" h-40px
|
||||
rounded-30px flex items-center overflow-x-hidden
|
||||
duration-300 bg="group-hover:$bew-fill-2"
|
||||
duration-300 bg="hover:$bew-fill-2"
|
||||
:class="{ 'menu-item-activated': menuItem.value === activatedMenuItem }"
|
||||
@click="changeMenuItem(menuItem.value)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user