I think the on returning user notices deserves some space
Similar to the on new user notices
Is it possible that the gap added for new users was forgotten for returning users?
&.new-user {
gap: var(--space-2);
}
I think the on returning user notices deserves some space
Similar to the on new user notices
Is it possible that the gap added for new users was forgotten for returning users?
&.new-user {
gap: var(--space-2);
}
Some CSS went missing indeed. This should do it UX: add missing post notice styling by chapoi Β· Pull Request #35093 Β· discourse/discourse Β· GitHub