mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(thread-list): Invisible div extending into thread list blocks clicks
This commit is contained in:
parent
b2074eefc6
commit
9f047359e6
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
width: 100%;
|
||||
flex-shrink:100;
|
||||
height:49px;
|
||||
height:38px;
|
||||
z-index: 10000;
|
||||
-webkit-app-region: drag;
|
||||
|
||||
|
@ -197,7 +197,7 @@ body.is-blurred {
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
align-items: center;
|
||||
|
||||
|
||||
&:first-child {
|
||||
padding-left: @padding-base-horizontal - 4;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue