Give tall notifications either a scrollbar (mentions), or just cap them and use a cool hider (fav/rt).

This commit is contained in:
shpuld 2017-11-13 19:23:43 +02:00
parent e19a617de1
commit a169abcec2
3 changed files with 29 additions and 2 deletions

View file

@ -44,6 +44,8 @@
min-width: 0px;
word-wrap: break-word;
line-height:18px;
position: relative;
overflow: hidden;
.icon-retweet.lit {
color: $green;
@ -57,6 +59,11 @@
color: $blue;
}
.status-content {
margin: 0;
max-height: 300px;
}
h1 {
word-break: break-all;
margin: 0 0 0.3em;
@ -89,6 +96,19 @@
}
}
.notification-content {
max-height: 12em;
overflow-y: hidden;
//text-overflow: ellipsis;
}
.notification-gradient {
position: absolute;
width: 100%;
height: 4em;
margin-top:8em;
}
.unseen {
border-left: 4px solid rgba(255, 16, 8, 0.75);
padding-left: 6px;