From dc2c5f35e5ad584dd948c79e855087d9e86b16f4 Mon Sep 17 00:00:00 2001 From: Coteh <3276350+Coteh@users.noreply.github.com> Date: Sun, 6 Mar 2022 23:19:58 -0500 Subject: [PATCH] Align context menu button to top of line --- assets/components/DropdownMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/components/DropdownMenu.vue b/assets/components/DropdownMenu.vue index 2f1691bb..118ce8d1 100644 --- a/assets/components/DropdownMenu.vue +++ b/assets/components/DropdownMenu.vue @@ -27,6 +27,7 @@ & > .icon { height: 100%; & > svg { + align-self: flex-start; height: 0.85em; } }