Imporve text selection for usernames and emoji shortcodes

This commit is contained in:
r 2020-06-07 07:27:31 +00:00
parent eb3bc15da9
commit bd3f9ac966
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@
}
.status-uname {
user-select: all;
font-style: italic;
font-size: 10pt;
}
@ -336,6 +337,7 @@ img.emoji {
}
.emoji-shortcode {
user-select: all;
vertical-align: middle;
display: inline-block;
}