Spacing between ๐Ÿ‘‹ and text on returning user notice

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