# Graceful 테마 (모바일): 세로 카테고리 색상 막대 누락

**URL:** https://meta.discourse.org/t/graceful-theme-mobile-missing-vertical-category-color-bars/364737
**Category:** Bug
**Tags:** mobile, graceful-theme, ux
**Created:** [5월 4, 2025, 10:28오전 UTC](https://meta.discourse.org/t/graceful-theme-mobile-missing-vertical-category-color-bars/364737 "2025-05-04T10:28:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![danvanmoll](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/danvanmoll/32/365209_2.png) [@danvanmoll](https://meta.discourse.org/u/danvanmoll)
#### Post date: [5월 4, 2025, 10:28오전 UTC](https://meta.discourse.org/t/graceful-theme-mobile-missing-vertical-category-color-bars/364737/1 "2025-05-04T10:28:32Z")

</div>

안녕하세요!

이 템플릿의 모바일 버전에서 카테고리 옆에 표시되는 세로 색상 바가 없습니다.

이 스레드에 실제로 색상 바가 있는 포럼의 스크린샷을 첨부했습니다:

> [@Graceful Theme](https://meta.discourse.org/t/graceful-theme/93040/154?u=danvanmoll):
>
> 감사합니다! 실제로 이 바가 표시되는 다른 포럼의 스크린샷을 첨부했습니다. 기본적으로 데스크톱 버전에서 표시되는 것과 동일한 바입니다.

다른 사용자가 주석 처리되어 있는 소스 코드의 일부에 대해 언급했습니다:

> [@Graceful Theme](https://meta.discourse.org/t/graceful-theme/93040/81?u=danvanmoll):
>
> I dug into mobile CSS and saw it was being excluded; commenting out the “left-border” portion turned the colored borders back on: .category-list-item { // border-left: none; border-top: 2px solid; .category-name { font-weight: normal; } } However, I know this will be overwritten whenever the theme is updated. What’s the best way to keep modifications in those situations? I do have a custom theme component where I keep custom CSS changes, this in the mobile CSS portion: .category-…

이 부분이 다음 릴리스 중 하나에서 조정될 수 있을까요?

감사합니다,  
Daniel

---

<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: [8월 13, 2025, 2:16오후 UTC](https://meta.discourse.org/t/graceful-theme-mobile-missing-vertical-category-color-bars/364737/2 "2025-08-13T14:16:15Z")

</div>

안녕하세요,

이것은 버그가 아니라 7년 전 테마가 처음 만들어질 때부터 있었던 스타일링 선택입니다.

이 선택이 이루어진 이유는 알지 못하지만, 질문자님께서도 언급하신 테마 페이지가 변경을 요청하기에 적절한 장소라고 생각하므로 이 주제를 닫겠습니다.

개인 포럼에서 이 부분을 변경하고 싶으시다면, 작은 테마 컴포넌트를 만들어 다음 내용을 추가하는 것을 권장합니다:

```plaintext
.category-list-item {
   border-left: 6px solid;
}

```

---

<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: [8월 20, 2025, 2:17오후 UTC](https://meta.discourse.org/t/graceful-theme-mobile-missing-vertical-category-color-bars/364737/3 "2025-08-20T14:17:03Z")

</div>

이 주제는 마지막 답변 후 7일이 지나면 자동으로 닫힙니다. 더 이상 답변이 허용되지 않습니다.
