eclipse: fix small toolbar buttons (#748)

pull/751/head
seeseemelk 2020-11-30 18:29:06 +01:00 committed by GitHub
parent 15923f7633
commit c5ce164db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

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;
}
}