Overflow topics with fade instead of ellipsis

This commit is contained in:
Pavel Djundik 2018-03-21 19:28:38 +02:00
parent 23c969ad1b
commit 8ce55af55d

View file

@ -642,6 +642,10 @@ kbd {
overflow: hidden;
white-space: nowrap;
margin-right: 5px;
}
#windows .header .topic,
#sidebar .chan .name {
-webkit-mask-image: linear-gradient(to left, transparent, black 20px);
mask-image: linear-gradient(to left, transparent, black 20px);
}
@ -910,7 +914,6 @@ kbd {
flex-grow: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
}