mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-18 18:44:52 +08:00
🎨(floating-toolbar): Fix height for floating toolbar pointer
This commit is contained in:
parent
82e674292a
commit
5a3527a4fc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
position: absolute;
|
||||
zoom: 0.5;
|
||||
width: 45px;
|
||||
height: 21px;
|
||||
height: 20px;
|
||||
&.shadow {
|
||||
-webkit-mask-image: url('images/tooltip/tooltip-bg-pointer-shadow@2x.png');
|
||||
background-color: fade(@black, 22%);
|
||||
|
|
Loading…
Add table
Reference in a new issue