about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorcadars <gregorycadars@gmail.com>2022-12-13 19:43:03 +0100
committerGitHub <noreply@github.com>2022-12-13 19:43:03 +0100
commit52a50c5e43a78f21a1054869352db31b4fa3aba0 (patch)
tree77092fe6550ac2d9ada1c216ae5516f63702fa23 /app/javascript/styles
parentf70bdba9264bd7c572cee3c45421733919b7d03c (diff)
Make handle more easily selectable on profile page (#21479)
* Make handle more easily selectable on profile page

* Wrap handle in a span

* Add `user-select: all` to span

* remove whitespace
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index b56d43000..1271fc7f3 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -7092,6 +7092,10 @@ noscript {
           font-weight: 400;
           overflow: hidden;
           text-overflow: ellipsis;
+
+          span {
+            user-select: all;
+          }
         }
       }
     }