# “닫기” 뒤에 여백을 더 추가하거나 “카테고리 전문가에게 답변을 요청하세요” 텍스트를 텍스트 영역 오른쪽으로 이동

**URL:** https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743
**Category:** UX
**Tags:** category-experts, completed
**Created:** [4월 28, 2024, 11:36오전 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743 "2024-04-28T11:36:28Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Diego\_Santos](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/diego_santos/32/362118_2.png) [@Diego\_Santos](https://meta.discourse.org/u/Diego_Santos)
#### Post date: [4월 28, 2024, 11:36오전 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/1 "2024-04-28T11:36:28Z")

</div>

이 기능 정말 마음에 들었어요.

아직까지는 이런 작은 시각적 문제만 겪고 있습니다. “닫기” 버튼 뒤에 조금 더 여백을 두거나, "카테고리 전문가에게 답변을 요청하세요"라는 텍스트를 텍스트 영역의 가장 오른쪽으로 이동시키는 것이 좋을 것 같습니다.

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/2/5/025fb3c41e6511bc7e7599ebdcf5f03f58bd77f9.png)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [4월 28, 2024, 2:05오후 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/2 "2024-04-28T14:05:28Z")

</div>

수정이 기다려지지 않는다면, 그 동안 이 CSS를 테마 컴포넌트에서 사용할 수 있습니다:

```css
:not(.mobile-view) .is-category-expert-question {
  margin-bottom: 0;
  margin-left: 2em;
}

```

모바일 뷰와 동일한 위치에 그 체크박스를 유지하는 것이 더 합리적이지 않을까요? 🤔

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/e/c/2ecac97e72563dec9bfe64e0a523111445c841d9.png)

---

<div class="post-metadata">

### Author: ![Diego\_Santos](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/diego_santos/32/362118_2.png) [@Diego\_Santos](https://meta.discourse.org/u/Diego_Santos)
#### Post date: [4월 29, 2024, 10:34오전 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/3 "2024-04-29T10:34:21Z")

</div>

@Arkshine 이 대안을 알려주셔서 감사합니다.

"모바일 보기"가 최적의 위치라는 데 동의합니다.

---

<div class="post-metadata">

### Author: ![Diego\_Santos](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/diego_santos/32/362118_2.png) [@Diego\_Santos](https://meta.discourse.org/u/Diego_Santos)
#### Post date: [4월 30, 2024, 10:27오전 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/4 "2024-04-30T10:27:02Z")

</div>

@Arkshine, 혹시 궁금하신 점이 있으시다면, 이 작업을 SCSS만으로 할 수 있을까요, 아니면 이 플러그인에서 코드를 직접 수정해야 하나요?

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [4월 30, 2024, 12:20오후 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/5 "2024-04-30T12:20:04Z")

</div>

코드 수정이 필요합니다. PR을 올릴 수도 있지만, 그렇게 해도 괜찮을지 모르겠어요.

---

<div class="post-metadata">

### Author: ![Diego\_Santos](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/diego_santos/32/362118_2.png) [@Diego\_Santos](https://meta.discourse.org/u/Diego_Santos)
#### Post date: [5월 4, 2024, 3:50오후 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/6 "2024-05-04T15:50:09Z")

</div>

@팀 여러분, 어떻게 생각하시나요? 🙂

---

<div class="post-metadata">

### Author: ![markvanlan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/markvanlan/32/160087_2.png) [@markvanlan](https://meta.discourse.org/u/markvanlan)
#### Post date: [5월 6, 2024, 1:53오후 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/7 "2024-05-06T13:53:18Z")

</div>

문제를 확인했으며, 이번 주 후반 또는 다음 주 초에 수정 사항을 배포할 예정입니다!

---

<div class="post-metadata">

### Author: ![Nam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nam/32/383046_2.png) [@Nam](https://meta.discourse.org/u/Nam)
#### Post date: [5월 17, 2024, 6:01오후 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/9 "2024-05-17T18:01:16Z")

</div>

감사합니다, @Diego_Santos ! 방금 수정 사항을 병합했습니다:

> <https://github.com/discourse/discourse-category-experts/pull/145#pullrequestreview-2063934649>
>
> Before: There was no space after "Close":
> \<img width="1440" alt="Screenshot 202…4-05-13 at 4 11 51 PM" src="https://github.com/discourse/discourse-category-experts/assets/70915823/252efe73-37f7-4228-a7fb-e5aa19913a6f"\>
> After: Added space after "Close":
> \<img width="1440" alt="Screenshot 2024-05-14 at 10 05 02 AM" src="https://github.com/discourse/discourse-category-experts/assets/70915823/5898c7cc-2ba4-47c2-b304-45a41f2ceca5"\>

배치는 그대로 두되, 정렬이 되도록 간격을 조정했습니다.

---

<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: [5월 20, 2024, 7:00오전 UTC](https://meta.discourse.org/t/add-more-space-after-close-or-move-the-ask-a-category-experts-to-respond-text-to-the-right-of-the-textarea/306743/10 "2024-05-20T07:00:01Z")

</div>

이 주제는 2일 후 자동으로 닫혔습니다. 더 이상 답변을 게시할 수 없습니다.
