# Spacing between 👋 and text on returning user notice

**URL:** https://meta.discourse.org/t/spacing-between-and-text-on-returning-user-notice/384395
**Category:** UX
**Tags:** post-notices, fixed
**Created:** [September 30, 2025, 6:58pm UTC](https://meta.discourse.org/t/spacing-between-and-text-on-returning-user-notice/384395 "2025-09-30T18:58:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [September 30, 2025, 6:58pm UTC](https://meta.discourse.org/t/spacing-between-and-text-on-returning-user-notice/384395/1 "2025-09-30T18:58:59Z")

</div>

I think the 👋 on returning user notices deserves some space

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/3/a/03a727624e8956f7b0c6cac94e137852ddca4ac9.png)

Similar to the 🎉 on new user notices  
 ![image](https://global.discourse-cdn.com/meta/optimized/4X/a/a/9/aa947211edc65ca1cdd422b8e9414f419c8af77d_2_690x84.png)

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

```css
  &.new-user {
    gap: var(--space-2);
  }

```

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [October 1, 2025, 3:05pm UTC](https://meta.discourse.org/t/spacing-between-and-text-on-returning-user-notice/384395/3 "2025-10-01T15:05:08Z")

</div>

Some CSS went missing indeed. This should do it [UX: add missing post notice styling by chapoi · Pull Request #35093 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/35093)

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [October 8, 2025, 3:07pm UTC](https://meta.discourse.org/t/spacing-between-and-text-on-returning-user-notice/384395/5 "2025-10-08T15:07:02Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
