mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 08:33:00 +00:00
Add overflow to .more-from-author (#36310)
This commit is contained in:
parent
e4094d9fb2
commit
6c3c2714d7
|
@ -2277,6 +2277,7 @@
|
|||
position: relative;
|
||||
border-radius: var(--avatar-border-radius);
|
||||
background: var(--surface-background-color);
|
||||
flex-shrink: 0;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
@ -10939,6 +10940,7 @@ noscript {
|
|||
font-weight: 500;
|
||||
color: $primary-text-color;
|
||||
text-decoration: none;
|
||||
min-width: 0;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
|
Loading…
Reference in New Issue
Block a user