aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-06-07 07:27:31 +0000
committerr <r@freesoftwareextremist.com>2020-06-07 07:28:46 +0000
commitbd3f9ac9668d1363158b13efab41e734eaae2aed (patch)
treedcaf684f6db8e47a51f9bfc2df346d92375eb7c7
parenteb3bc15da9617cf119d1c16365ec9e0c90a7549f (diff)
downloadbloat-bd3f9ac9668d1363158b13efab41e734eaae2aed.tar.gz
bloat-bd3f9ac9668d1363158b13efab41e734eaae2aed.zip
Imporve text selection for usernames and emoji shortcodes
-rw-r--r--static/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index f7f9ab6..b94c0cb 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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;
}