From 2c9e75252a64c2140165daa807b21fed751cfce7 Mon Sep 17 00:00:00 2001 From: AuralRay Date: Wed, 8 Jan 2025 10:30:07 +0000 Subject: [PATCH] style: Tweak ibus popover border radius Both the popover padding and the radius of candidate items is smaller than in "normal" popovers. Adjust the radius of the candidate popup accordingly to better match the items. Part-of: --- data/theme/gnome-shell-sass/widgets/_ibus-popup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss b/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss index 648c375c4..bedc31186 100644 --- a/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss +++ b/data/theme/gnome-shell-sass/widgets/_ibus-popup.scss @@ -7,6 +7,7 @@ .candidate-popup-content { padding: $base_padding; spacing: $base_padding; + border-radius: $base_padding * 2; @extend .popup-menu-content; }