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:
parent
59a05081c5
commit
38d366f9aa
3 changed files with 25 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue