Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Change distance in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 19, 2024
1 parent 81984c6 commit 955ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppNavbarProfileDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onUnmounted(() => {
has-identicon
></lukso-profile>
<div
class="absolute right-0 z-[1000] mt-8 animate-fade-in select-none rounded-12 bg-neutral-100 shadow-pink-drop-shadow animation-duration-150 before:absolute before:right-0 before:top-0 before:-mt-1 before:mr-4 before:size-3 before:rotate-45 before:bg-neutral-100"
class="absolute right-0 z-[1000] mt-4 animate-fade-in select-none rounded-12 bg-neutral-100 shadow-pink-drop-shadow animation-duration-150 before:absolute before:right-0 before:top-0 before:-mt-1 before:mr-4 before:size-3 before:rotate-45 before:bg-neutral-100"
:class="isDropdownOpen ? 'block' : 'hidden'"
>
<lukso-button
Expand Down

0 comments on commit 955ad80

Please sign in to comment.