Add visible dates for notifications in Notification column (#9423)
* add RelativeTimestamp elements * style the elements properly with CSS
This commit is contained in:
parent
e88c6a5c3c
commit
9897cf0701
2 changed files with 16 additions and 2 deletions
|
@ -1489,6 +1489,7 @@ a.account__display-name {
|
|||
cursor: default;
|
||||
color: $darker-text-color;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
position: relative;
|
||||
|
||||
.fa {
|
||||
|
@ -1496,7 +1497,7 @@ a.account__display-name {
|
|||
}
|
||||
|
||||
> span {
|
||||
display: block;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
@ -1526,6 +1527,10 @@ a.account__display-name {
|
|||
}
|
||||
}
|
||||
|
||||
.notification__relative_time {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.display-name {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue