[Glitch] Add overflow to .more-from-author

Port 6c3c2714d7318a98b7c928ac15cb0832fb162940 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Terence Eden 2025-10-01 10:23:49 +01:00 committed by Claire
parent be62874934
commit 74ee0960a1

View File

@ -2343,6 +2343,7 @@
position: relative;
border-radius: var(--avatar-border-radius);
background: var(--surface-background-color);
flex-shrink: 0;
img {
width: 100%;
@ -11248,6 +11249,7 @@ noscript {
font-weight: 500;
color: $primary-text-color;
text-decoration: none;
min-width: 0;
&:hover,
&:focus,