fix(thread-list): Invisible div extending into thread list blocks clicks

This commit is contained in:
Ben Gotow 2016-02-24 19:51:36 -08:00
parent 030b60d27d
commit 91f60592ff

View file

@ -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;
} }