mikebiker / Mailspring-Apple-Theme

Apple theme for Mailspring
12 stars 4 forks source link

The toolbar icon background is misplaced in ubuntu 22.04 #1

Open Tlntin opened 2 years ago

Tlntin commented 2 years ago

image

Tlntin commented 2 years ago

edit styles/apple-toolbars.less

.sheet-toolbar .btn-toolbar { box-shadow: 0 0 0 1px @border-color; }


- after

.sheet-toolbar .btn-toolbar { box-shadow: none; background: none; background-color: none; }


then the result like this
![image](https://user-images.githubusercontent.com/28218658/201960151-d85366a8-2e61-434c-b36e-ba42ac1bc36b.png)

it seems normal!
npetrovopt commented 1 year ago

I bit better indeed image

kszinhu commented 1 year ago

edit styles/apple-toolbars.less

  • beafore
.sheet-toolbar .btn-toolbar {
  box-shadow: 0 0 0 1px @border-color;
}
  • after
.sheet-toolbar .btn-toolbar {
  box-shadow: none;
  background: none;
  background-color: none;
}

then the result like this image

it seems normal!

Thx, result:

image