From: Claire Date: Mon, 5 Jul 2021 17:16:06 +0000 (+0200) Subject: [Glitch] Fix pop-in player display when poster has long username or handle X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=101f8616feb845f70ef89fa0d0b3ebc37c472930;p=mastodon.git [Glitch] Fix pop-in player display when poster has long username or handle Port 1381e0e1d9f27bd108d8b9349896f10ffe996cb2 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index e906a7261..e9d30544f 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -1095,6 +1095,7 @@ a.status-card.compact:hover { &__account { display: flex; text-decoration: none; + overflow: hidden; } .account__avatar {