diff --git a/components/DropdownItem.vue b/components/DropdownItem.vue index e3c1152..279da31 100644 --- a/components/DropdownItem.vue +++ b/components/DropdownItem.vue @@ -1,8 +1,15 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/components/DropdownMenu.vue b/components/DropdownMenu.vue index 179be0a..a6fb471 100644 --- a/components/DropdownMenu.vue +++ b/components/DropdownMenu.vue @@ -23,8 +23,7 @@ export default { transform-origin: bottom center; } -.dropdown-inverse > ul { - display: flex; +.dropdown-inverse > div > ul { flex-direction: column-reverse; } diff --git a/components/InviteCard.vue b/components/InviteCard.vue index 6c0e387..432257c 100644 --- a/components/InviteCard.vue +++ b/components/InviteCard.vue @@ -1,5 +1,5 @@