# Messages sidebar improvements

**URL:** https://meta.discourse.org/t/messages-sidebar-improvements/70440
**Category:** UX
**Created:** [September 20, 2017, 12:47pm UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440 "2017-09-20T12:47:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![alehandrof](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alehandrof/32/119526_2.png) [@alehandrof](https://meta.discourse.org/u/alehandrof)
#### Post date: [September 20, 2017, 12:47pm UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/1 "2017-09-20T12:47:09Z")

</div>

The [Messages](https://meta.discourse.org/my/messages) sidebar currently looks like this:

 ![Capto_Capture 2017-09-20_15-42-13_](https://global.discourse-cdn.com/meta/original/3X/e/e/ee260aae20a2494dd6672f08c44f249279b7a4c6.png)

It can be improved in several ways:

- Reduce the padding of items. Each “Archive” should be visually proximate with its relevant group.
- Make the sidebar wider when the width of the screen allows for it.
- Use the full names of groups instead of their usernames. (This is a preference, but it would be logical to follow the dictates of the “name over username” setting.)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 20, 2017, 2:12pm UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/2 "2017-09-20T14:12:07Z")

</div>

You can do at least the first two with CSS. Go for it!

---

<div class="post-metadata">

### Author: ![alehandrof](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alehandrof/32/119526_2.png) [@alehandrof](https://meta.discourse.org/u/alehandrof)
#### Post date: [September 28, 2017, 3:42pm UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/3 "2017-09-28T15:42:32Z")

</div>

Sure:

 ![Profile - alex - AMICAL Connect 2017-09-28 18-39-18](https://global.discourse-cdn.com/meta/original/3X/d/0/d0f300dd13b1c040a19efeebbb064be3fa8da63b.png)

I did this by sight. It looks OK, though it’s still not great.

```plaintext
// Improve Messages sidebar padding
.messages-nav.nav-stacked a {
	padding: .4rem;
}
.messages-nav > li:not(.archive):not(.noGlyph) {
	margin-top: .9rem;
}

```

I would like the following feature as well, though:

> Use the full names of groups instead of their usernames. (This is a preference, but it would be logical to follow the dictates of the “name over username” setting.)

In general, group’s full names are not used consistently throughout the app. I just tested it and there’s also an issue when adding a user to a message. I can search for regular users by their full name, but for groups I have to mention them by their (occasionally cryptic, in our case) usernames.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [September 28, 2017, 5:47pm UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/4 "2017-09-28T17:47:22Z")

</div>

Nice, why don’t you submit that as a PR for everyone?

---

<div class="post-metadata">

### Author: ![alehandrof](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alehandrof/32/119526_2.png) [@alehandrof](https://meta.discourse.org/u/alehandrof)
#### Post date: [September 29, 2017, 11:09am UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/5 "2017-09-29T11:09:01Z")

</div>

Do you mean the CSS or the feature request? If the former, it didn’t occur to me to do a PR for such a small change. I’m not able to develop the latter.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [October 2, 2017, 11:37am UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/6 "2017-10-02T11:37:11Z")

</div>

> [@alehandrof](#):
>
> Do you mean the CSS or the feature request?

The CSS - it is certainly not too small. We appreciate all PRs, regardless of their scale.

---

<div class="post-metadata">

### Author: ![alehandrof](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alehandrof/32/119526_2.png) [@alehandrof](https://meta.discourse.org/u/alehandrof)
#### Post date: [October 3, 2017, 6:50am UTC](https://meta.discourse.org/t/messages-sidebar-improvements/70440/7 "2017-10-03T06:50:39Z")

</div>

OK. I’ll take a look in the next few days. I haven’t tried to do a PR on a big project such as this, but I’d like to contribute more to Discourse, even in such a minute way.
