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