make username clickable

This commit is contained in:
Bruno Windels 2019-04-17 10:57:45 +02:00
parent 8a371080d7
commit 86620839ae
3 changed files with 41 additions and 17 deletions

View file

@ -118,4 +118,6 @@ limitations under the License.
.mx_RoomPreviewBar_inviter {
font-weight: 600;
text-decoration: underline;
cursor: pointer;
}