diff --git a/data/application.css b/data/application.css index f77f203..500a3fe 100644 --- a/data/application.css +++ b/data/application.css @@ -70,14 +70,6 @@ button.osd { min-width: 65px; } -.notification:dir(ltr) .buttonbox button + button { - margin-left: 6px; -} - -.notification:dir(rtl) .buttonbox button + button { - margin-right: 6px; -} - .urgent image { animation: urgent 1.25s ease-in-out; } diff --git a/src/Bubble.vala b/src/Bubble.vala index 4f35538..19cd6dd 100644 --- a/src/Bubble.vala +++ b/src/Bubble.vala @@ -146,7 +146,7 @@ public class Notifications.Bubble : AbstractBubble { attach (body_label, 1, 1); if (notification.buttons.length > 0) { - var action_area = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0) { + var action_area = new Granite.Box (HORIZONTAL, HALF) { halign = Gtk.Align.END, homogeneous = true };