Make sender bold

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-04-02 08:31:42 +02:00
parent e5a563f887
commit 535ae086b4
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 10 additions and 1 deletions

View file

@ -62,6 +62,10 @@ limitations under the License.
flex-direction: column;
}
.mx_ImageView_info_sender {
font-weight: bold;
}
.mx_ImageView_toolbar {
padding-right: 16px;
pointer-events: all;