some more improvements. changed the way user-card is layout, but should look the

same, except that longer user names should be properly ellipsis-ed.
This commit is contained in:
Henry Jameson 2018-04-08 04:23:43 +03:00
parent 59a05081c5
commit 38d366f9aa
3 changed files with 25 additions and 20 deletions

View file

@ -64,6 +64,10 @@
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%)
}
time {
white-space: nowrap;
}
.text {
min-width: 0px;
word-wrap: break-word;