From e9a3ec712e369b2a72920d4c980ff08231f4e32b Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 11 Sep 2023 19:25:58 -0500 Subject: [PATCH] buttons: Fix vertical alignment --- theme/parts/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/parts/buttons.css b/theme/parts/buttons.css index 8ff4e5c..afcf7b7 100644 --- a/theme/parts/buttons.css +++ b/theme/parts/buttons.css @@ -43,6 +43,7 @@ button.close, #editBMPanel_newFolderButton, .unified-extensions-item-menu-button { -moz-appearance: none !important; + align-items: center !important; background: var(--gnome-button-background) !important; border-radius: 6px !important; border: 0 !important;