PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4764)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
999d1553e1
Коммит
6a5cdd5cdf
@@ -602,7 +602,7 @@
|
||||
}
|
||||
|
||||
p + p {
|
||||
margin-top: 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
ol,
|
||||
@@ -983,11 +983,20 @@
|
||||
word-wrap: break-word;
|
||||
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0 0 .4em;
|
||||
}
|
||||
|
||||
p + p {
|
||||
margin-top: 1.4em;
|
||||
margin: 1.4em 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
p:last-of-type {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
li {
|
||||
@@ -1065,6 +1074,11 @@
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
span.edited {
|
||||
color: #A3A3A3;
|
||||
font-size: 0.87em;
|
||||
}
|
||||
}
|
||||
|
||||
.post__link {
|
||||
|
||||
Ссылка в новой задаче
Block a user