~cytrogen/masto-fe

d37c0a106001033bb032ad33bc511e25b7efebcf — Claire 2 years ago 668a19a
Fix incorrect box shadow on avatar in thread view  (#24800)

1 files changed, 0 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +0 -1
@@ 1784,7 1784,6 @@ a.account__display-name {
.status__avatar {
  width: 46px;
  height: 46px;
  box-shadow: 0 0 0 2px $ui-base-color;
}

.muted {