[Glitch] fix: Avatars too large on notifications page

Port 2254f47702368938bdfd0d997f2487fb2950d676 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2025-06-12 16:05:34 +02:00 committed by Claire
parent d5ba3aa6bd
commit 3fef107791

View File

@ -2046,6 +2046,13 @@ body > [data-popper-placement] {
} }
} }
&__avatar-wrapper .account__avatar {
@container (width < 360px) {
width: 35px !important;
height: 35px !important;
}
}
&__domain-pill { &__domain-pill {
display: inline-flex; display: inline-flex;
background: rgba($highlight-text-color, 0.2); background: rgba($highlight-text-color, 0.2);
@ -2217,11 +2224,6 @@ body > [data-popper-placement] {
border-radius: var(--avatar-border-radius); border-radius: var(--avatar-border-radius);
background: var(--surface-background-color); background: var(--surface-background-color);
@container (width < 360px) {
width: 35px !important;
height: 35px !important;
}
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;