logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8896afd8d855028bedf5d4d6e3a5be561ef83878
parent 95007059d16cfed51b0f3d5c17fbbbe4464a71ed
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Mon, 10 Jan 2022 01:43:45 -0500

Make (You) unselectable

Diffstat:

Msrc/components/mention_link/mention_link.scss3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/mention_link/mention_link.scss b/src/components/mention_link/mention_link.scss @@ -27,7 +27,8 @@ user-select: all; } - .short.-with-tooltip { + .short.-with-tooltip, + .you { user-select: none; }