mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Merge pull request #121 from madhugb/master
Fixed a pixel cut in floating-toolbar
This commit is contained in:
commit
404d0d2ec3
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ body.platform-win32 {
|
|||
width: 22.5px;
|
||||
height: 10px;
|
||||
background: transparent url('images/tooltip/tooltip-bg-pointer@2x.png') no-repeat;
|
||||
background-size: 22.5px 10.5px;
|
||||
background-size: 22.5px 9.5px;
|
||||
margin-left: -11.2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue