Browse Source

Fix wrong width on logo in detailed link card in web UI (#32271)

dariusk-working/4_3_0
Eugen Rochko 1 year ago committed by Claire
parent
commit
889edc560a
  1. 1
      app/javascript/styles/mastodon/components.scss

1
app/javascript/styles/mastodon/components.scss

@ -10628,6 +10628,7 @@ noscript {
gap: 8px;
.logo {
width: 16px;
height: 16px;
color: $darker-text-color;
}

Loading…
Cancel
Save