# All border-radius from chat are being removed

**URL:** https://meta.discourse.org/t/all-border-radius-from-chat-are-being-removed/293980
**Category:** UX
**Tags:** chat, completed
**Created:** [July 10, 2023, 1:26pm UTC](https://meta.discourse.org/t/all-border-radius-from-chat-are-being-removed/293980 "2023-07-10T13:26:39Z")
**Posts on this page:** 4
**Page:** 1

<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: [July 10, 2023, 1:26pm UTC](https://meta.discourse.org/t/all-border-radius-from-chat-are-being-removed/293980/1 "2023-07-10T13:26:39Z")

</div>

## Mini design announcement

To be more in line with core Discourse-style, all border-radius from chat are being removed.

They have been replaced by the existing `--d-border-radius` variable (used for most things), and supplemented occasionally with the new `--d-border-radius-large` variable (used mainly for chat input and the thread indicator message).

Simply setting these 2 variables to `4px` and `8px` respectively, will return chat to its former roundness.

**Disclaimer**  
These variables are _not_ limited to chat.  
For the scenario to only have rounded borders in the chat-feature, and nowhere else, custom CSS would be needed.

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [July 13, 2023, 6:13am UTC](https://meta.discourse.org/t/all-border-radius-from-chat-are-being-removed/293980/2 "2023-07-13T06:13:27Z")

</div>

Thanks Charlie ❤ This makes things easier.

I found two typo here:

> <https://github.com/discourse/discourse/blob/f933c9fcd9db968e1999382a7a81a0125d3229a2/plugins/chat/assets/stylesheets/common/chat-drawer.scss#L76-L77>

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [July 13, 2023, 8:17am UTC](https://meta.discourse.org/t/all-border-radius-from-chat-are-being-removed/293980/3 "2023-07-13T08:17:57Z")

</div>

Good catch I just pushed a [commit to fix this](https://github.com/discourse/discourse/pull/22587) thanks

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [February 2, 2024, 8:44pm UTC](https://meta.discourse.org/t/all-border-radius-from-chat-are-being-removed/293980/4 "2024-02-02T20:44:53Z")

</div>


