GTK3: remove side marging of titlebuttons inside default-decoration headerbar

This commit is contained in:
Daniel Ruiz de Alegría
2021-10-28 10:47:57 +02:00
parent edb6efc305
commit e597eb02fd
@@ -285,7 +285,10 @@ headerbar {
button.titlebutton {
min-height: 0;
min-width: 0;
margin: 0;
&, &:last-child {
margin: 0;
}
}
}
}