Fix incorrect box shadow on avatar in thread view (#24800)

local
Claire 1 year ago committed by GitHub
parent 668a19a2f3
commit d37c0a1060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mastodon/components.scss

@ -1784,7 +1784,6 @@ a.account__display-name {
.status__avatar {
width: 46px;
height: 46px;
box-shadow: 0 0 0 2px $ui-base-color;
}
.muted {

Loading…
Cancel
Save