From 22741a74ff8fd8e8f9c2666e2340d3f6fde76c20 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 16 Nov 2020 15:21:46 +0100 Subject: [PATCH] Adwaita: circular buttons - the vertical padding was thown off with the chin/forehead of menus removed --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 7c0a7ae56b..ab635fed30 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4186,7 +4186,7 @@ popover.menu { } box.circular-buttons { - padding: 6px $_menu-padding; + padding: $_menu-padding $_menu-padding 6px; button.circular.image-button.model { @extend %list_button;