diff options
author | r <r@freesoftwareextremist.com> | 2020-06-07 07:27:31 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-06-07 07:28:46 +0000 |
commit | bd3f9ac9668d1363158b13efab41e734eaae2aed (patch) | |
tree | dcaf684f6db8e47a51f9bfc2df346d92375eb7c7 /static | |
parent | eb3bc15da9617cf119d1c16365ec9e0c90a7549f (diff) | |
download | bloat-bd3f9ac9668d1363158b13efab41e734eaae2aed.tar.gz bloat-bd3f9ac9668d1363158b13efab41e734eaae2aed.zip |
Imporve text selection for usernames and emoji shortcodes
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
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; } |