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