Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions data/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ window,
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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Bubble.vala
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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
};
Expand Down