Display '(edited)' next to edited polls (#7789)

This commit is contained in:
Andy Balaam 2022-02-15 08:52:51 +00:00 committed by GitHub
parent 6793ef33ba
commit 84e15fa148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 13 deletions

View file

@ -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 {