From 6032a17cc2d8a63a0a0445d5d5e5c05f3e1cf7af Mon Sep 17 00:00:00 2001 From: diondiondion Date: Fri, 29 May 2026 15:14:06 +0200 Subject: [PATCH] [Glitch] Make handle button text selectable Port 8e15e49e87984e5165b64c7bb4b58e4a51c8dd58 to glitch-soc Signed-off-by: Claire --- .../glitch/components/account_header/styles.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/flavours/glitch/components/account_header/styles.module.scss b/app/javascript/flavours/glitch/components/account_header/styles.module.scss index ab751ce170..4de49f79ae 100644 --- a/app/javascript/flavours/glitch/components/account_header/styles.module.scss +++ b/app/javascript/flavours/glitch/components/account_header/styles.module.scss @@ -110,6 +110,9 @@ word-break: break-all; text-align: left; + /* Allow the handle text to be selected */ + user-select: text; + > svg { width: 16px; height: 16px;