eclipse: fix small toolbar buttons

pull/748/head
Sebastiaan de Schaetzen 2020-11-02 08:43:45 +01:00
parent 15923f7633
commit 04a7c25c9c
2 changed files with 10 additions and 0 deletions
src/gtk-3.20/scss

View File

@ -39,3 +39,4 @@
@import "apps/lightdm";
@import "apps/gnome-terminal";
@import "apps/budgie";
@import "apps/eclipse";

View File

@ -0,0 +1,9 @@
/***********
! Eclipse *
***********/
@include exports("eclipse") {
button.flat.image-button > image {
padding: 3px;
}
}