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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3584>
This commit is contained in:
AuralRay 2025-01-08 10:30:07 +00:00
parent c58b826788
commit 2c9e75252a

View File

@ -7,6 +7,7 @@
.candidate-popup-content {
padding: $base_padding;
spacing: $base_padding;
border-radius: $base_padding * 2;
@extend .popup-menu-content;
}