Display '(edited)' next to edited polls (#7789)
This commit is contained in:
parent
6793ef33ba
commit
84e15fa148
4 changed files with 95 additions and 13 deletions
|
@ -23,6 +23,12 @@ limitations under the License.
|
|||
line-height: $font-24px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 8px;
|
||||
|
||||
.mx_MPollBody_edited {
|
||||
color: $roomtopic-color;
|
||||
font-size: $font-12px;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
h2::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue