diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index b2b0edf90a..0a7689a89f 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -2046,6 +2046,13 @@ body > [data-popper-placement] { } } + &__avatar-wrapper .account__avatar { + @container (width < 360px) { + width: 35px !important; + height: 35px !important; + } + } + &__domain-pill { display: inline-flex; background: rgba($highlight-text-color, 0.2); @@ -2217,11 +2224,6 @@ body > [data-popper-placement] { border-radius: var(--avatar-border-radius); background: var(--surface-background-color); - @container (width < 360px) { - width: 35px !important; - height: 35px !important; - } - img { width: 100%; height: 100%;