Fix margins around small avatars (reply indicators, autocompletion suggestion) (#2231)

Fix regression from #2156
local
Claire 1 year ago committed by GitHub
parent cb6f445b90
commit 69903b5830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/flavours/glitch/styles/components/accounts.scss

@ -33,6 +33,7 @@
padding: 0;
& > .account__avatar-wrapper {
margin: 0;
margin-inline-end: 8px;
}

Loading…
Cancel
Save