Spatie tussen πŸ‘‹ en tekst op terugkerende gebruiker melding

I think the :wave: on returning user notices deserves some space

Similar to the :tada: on new user notices
image

Is it possible that the gap added for new users was forgotten for returning users?

  &.new-user {
    gap: var(--space-2);
  }
8 likes

Some CSS went missing indeed. This should do it UX: add missing post notice styling by chapoi Β· Pull Request #35093 Β· discourse/discourse Β· GitHub

2 likes