# 사이드바에 그룹 메시지 링크 추가

**URL:** <https://meta.discourse.org/t/link-to-group-messages-in-sidebar/393283>\
**Category:** Support\
**Tags:** sidebar, personal-messages\
**Created:** [1월 12, 2026, 10:09오후 UTC](https://meta.discourse.org/t/link-to-group-messages-in-sidebar/393283 "2026-01-12T22:09:36Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [1월 12, 2026, 10:54오후 UTC](https://meta.discourse.org/t/link-to-group-messages-in-sidebar/393283/4 "2026-01-12T22:54:26Z")

</div>

더 위로 올릴 수 있습니다

> [@Moin](#):
>
> ### 메시지 섹션의 위치
> 
> 메시지 섹션의 위치를 변경하려면 CSS를 사용할 수 있습니다. 예를 들어
> 
> ``
> 
> > [@nathank](#):
> >
> > ```plaintext
> > /* Ensure the Messages section appears first in the flexbox container */
> > .sidebar-section-wrapper {
> > order: 1;
> > }
> > .sidebar-section-wrapper[data-section-name="inbox-section"] {
> > order: 0;
> > }
> > 
> > ```
> 
> 대안으로, 사이드바 섹션의 순서를 변경할 수 있는 설정이 포함된 [Navigation (sidebar) menu display control](https://meta.discourse.org/t/navigation-sidebar-menu-display-control/277687) 구성 요소를 설치할 수 있습니다. 위치를 조정할 때 섹션 이름으로 `inbox-section`을(를) 사용하세요.

---

_[View the full topic](https://meta.discourse.org/t/link-to-group-messages-in-sidebar/393283)._
