Render room id/alias mentions bold by default
This commit is contained in:
parent
831dca3723
commit
d34e2ab2b6
|
@ -377,7 +377,8 @@ chat:
|
|||
".sender { margin-bottom: " + spacing / 2 + " }" +
|
||||
".quote { color: " + quote + " }" +
|
||||
|
||||
".mention { text-decoration: none; }"
|
||||
".mention { text-decoration: none; }" +
|
||||
".room-id-mention, .room-alias-mention { font-weight: bold; }"
|
||||
|
||||
string styleInclude:
|
||||
'<style type"text/css">\n' + styleSheet + '\n</style>\n'
|
||||
|
|
|
@ -390,7 +390,8 @@ chat:
|
|||
".sender { margin-bottom: " + spacing / 2 + " }" +
|
||||
".quote { color: " + quote + " }" +
|
||||
|
||||
".mention { text-decoration: none; }"
|
||||
".mention { text-decoration: none; }" +
|
||||
".room-id-mention, .room-alias-mention { font-weight: bold; }"
|
||||
|
||||
string styleInclude:
|
||||
'<style type"text/css">\n' + styleSheet + '\n</style>\n'
|
||||
|
|
Loading…
Reference in New Issue
Block a user