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
4 changed files with 95 additions and 13 deletions
+6
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 {