From bd3f9ac9668d1363158b13efab41e734eaae2aed Mon Sep 17 00:00:00 2001 From: r Date: Sun, 7 Jun 2020 07:27:31 +0000 Subject: Imporve text selection for usernames and emoji shortcodes --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3