# 답글 입력 영역 크기를 키우는 방법은?

**URL:** https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092
**Category:** Support
**Created:** [9월 18, 2024, 3:57오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092 "2024-09-18T15:57:17Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 3:57오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/1 "2024-09-18T15:57:17Z")

</div>

![Screenshot 2024-09-18 at 11.30.14 AM](https://global.discourse-cdn.com/meta/original/4X/8/d/d/8dd58f4beabc74cee901ed2794ae9a995de408a7.png)  
메타에서 프레임 1처럼 기본 크기를 설정하고 싶습니다.  
제 경우엔 프레임 2처럼 매우 작게 표시됩니다.  
 ![Screenshot 2024-09-18 at 11.27.46 AM](https://global.discourse-cdn.com/meta/original/4X/6/3/2/632c5015f47a2318d3e8a7f5ba1fa8f570978502.png)

---

<div class="post-metadata">

### Author: ![ludwikc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ludwikc/32/438823_2.png) [@ludwikc](https://meta.discourse.org/u/ludwikc)
#### Post date: [9월 18, 2024, 4:12오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/2 "2024-09-18T16:12:47Z")

</div>

다음 내용을 사이트의 CSS에 추가하세요:

```css

.d-editor-textarea-wrapper textarea {
 height: 150px; / **필요에 따라 조정** /
}

```

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 5:38오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/3 "2024-09-18T17:38:48Z")

</div>

아마도 제가 무언가를 잘못하고 있는 것 같습니다.

```plaintext
.d-editor-textarea-wrapper textarea {
 height: 250px; / **필요에 따라 조정** /
}

```

제가 스니펫을 사용한 결과, 제 코드는 위와 같이 보입니다. 하지만 여전히 동일합니다.  
 ![Screenshot 2024-09-18 at 1.26.50 PM](https://global.discourse-cdn.com/meta/original/4X/4/a/9/4a92394f8841c10a26ecf32549f5bc63ec18bd10.png)

제가 한 작업은 다음과 같습니다.

 ![Screenshot 2024-09-18 at 1.01.16 PM](https://global.discourse-cdn.com/meta/original/4X/9/0/f/90f84079812b1bc52d043c706e32174ea887aa30.png)

새로운 테마 컴포넌트를 생성하고,  
CSS의 HEAD 섹션에 스니펫을 추가했습니다.  
모바일과 데스크톱 모두에 적용했지만, 여전히 동일합니다.  
무엇을 잘못한 걸까요?

---

<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: [9월 18, 2024, 5:51오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/4 "2024-09-18T17:51:36Z")

</div>

안전 모드에서 에디터 텍스트 박스의 크기는 얼마인가요?

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 5:59오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/5 "2024-09-18T17:59:31Z")

</div>

안전 모드에서는 예상대로 정상적으로 표시되며, 여기 Meta에서와 동일한 크기입니다.  
안전 모드에서 벗어나면 원래대로 돌아갑니다.  
링크는 다음과 같습니다.  
[https://teachmeai.ogatutor.com](https://teachmeai.ogatutor.com)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 18, 2024, 6:07오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/6 "2024-09-18T18:07:39Z")

</div>

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

분명히 이것이 문제의 일부인가요?

해당 (테마?) 컴포넌트의 작성자가 확인해 보는 것이 좋을까요?

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 6:10오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/7 "2024-09-18T18:10:18Z")

</div>

감사합니다!! 이것저것 다 찾아봤는데 다른 건 전혀 안 보이네요. 아마 테마 문제인 것 같습니다.

---

<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: [9월 18, 2024, 6:43오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/8 "2024-09-18T18:43:06Z")

</div>

> [@oga](#):
>
> 아마도 테마 문제일 수 있습니다

안전 모드에서 정상적으로 작동한다면, 이는 테마 또는 테마 컴포넌트, 혹은 플러그인 중 하나에 문제가 있다는 것을 의미합니다. 그래서 제가 확인을 제안드린 것입니다. 이 방식으로 디버깅하려면 안전 모드 기능을 사용할 수 있습니다. 또한 안전 모드에 진입할 때 플러그인과 컴포넌트를 활성화할 수 있는 옵션도 확인할 수 있습니다.

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 6:48오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/9 "2024-09-18T18:48:26Z")

</div>

테마 제작자분께서 한번 살펴봐 주셨으면 좋겠습니다. Mint 테마를 링크했습니다. 문제가 있는 테마가 바로 이것입니다.  
다른 분들도 같은 문제를 겪고 있는지 궁금합니다.  
감사합니다.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 18, 2024, 7:04오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/10 "2024-09-18T19:04:52Z")

</div>

“다음 주제 선택”(Choose Next Topic) 토픽 체이닝 플러그인이 아닌지 확인해 보셨나요?

> [@Discourse 체인 토픽 플러그인](https://meta.discourse.org/t/discourse-chain-topics-plugin/233088?u=merefield):
>
> I have just released a discourse plugin for chaining topics When I was going over [Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1-creating-a-basic-plugin/30515) the guide is splitted into 7 parts. I thought why not creating a plugin for this use case; where you have topics in a chain. By using this plugin you could add “Next Topic” and “Previous Topic” links on the topic title. See screenshot below for example how it would look: For more details and install: [GitHub - zaatdev/discourse-chain-topics…](https://github.com/zaatdev/discourse-chain-topics)

이것이 문제인 것 같습니다.

---

<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: [9월 18, 2024, 7:12오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/11 "2024-09-18T19:12:43Z")

</div>

네, 방금 민트 테마를 테스트해봤는데 예상대로 잘 작동하네요

 ![Screenshot 2024-09-18 at 12.12.13 PM](https://global.discourse-cdn.com/meta/original/4X/a/a/b/aabc9fe6a715ace361a9a0e391ae2d85701f5d79.png)

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 7:41오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/12 "2024-09-18T19:41:37Z")

</div>

저도 "다음 주제 선택"이라는 항목을 확인했습니다.  
하지만 말씀하신 플러그인은 설치되어 있지 않습니다. 현재 설치된 모든 플러그인은 다음과 같습니다.

 ![Screenshot 2024-09-18 at 3.37.45 PM](https://global.discourse-cdn.com/meta/original/4X/9/0/5/9057998fd6c90cd2bfd240becc8358c591ac1d94.png)  
 ![Screenshot 2024-09-18 at 3.38.01 PM](https://global.discourse-cdn.com/meta/original/4X/e/5/a/e5ac045d030150c091aa67d02e5ef7959f1b58c1.png)  
이것이 어디서 오는지 도대체 알 수가 없습니다.

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [9월 18, 2024, 7:43오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/13 "2024-09-18T19:43:06Z")

</div>

그것은 플러그인이 아니라 테마 컴포넌트입니다. `/admin/plugins`에서 무엇을 확인하시나요?

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 7:45오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/14 "2024-09-18T19:45:08Z")

</div>

흥미롭네요. 전체 화면으로 전환하면 정상적으로 작동합니다.  
 ![Screenshot 2024-09-18 at 3.43.23 PM](https://global.discourse-cdn.com/meta/original/4X/2/4/1/2417706947de8dfa15816638e443e0a57e0a7573.png)  
즉, 사용자가 전체 화면을 선택하면 정상적으로 작동하는 것이죠. 그렇다면 이는 의도된 동작인가요?

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 7:48오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/15 "2024-09-18T19:48:23Z")

</div>

실수했습니다. 오업로드했네요.  
이것들

 ![Screenshot 2024-09-18 at 3.46.35 PM](https://global.discourse-cdn.com/meta/original/4X/6/d/2/6d280448b126696404bfeda7e8cee5dc21c9e9eb.png)  
 ![Screenshot 2024-09-18 at 3.46.57 PM](https://global.discourse-cdn.com/meta/original/4X/d/6/0/d60edac5770521e91f9fab24a9bb89ed6c7001bc.png)

---

<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: [9월 18, 2024, 7:48오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/16 "2024-09-18T19:48:28Z")

</div>

제 스크린샷은 전체 화면 모드가 아니었습니다. 전체 화면을 사용하면 예상대로 브라우저 창 전체를 덮습니다.

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [9월 18, 2024, 7:50오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/17 "2024-09-18T19:50:43Z")

</div>

맞아요. 뭔가 문제가 있는 건데, 도대체 어디서 잘못된 건지 모르겠어요.  
왜 당신에게는 정상적으로 동작하는지 궁금하네요. 윈도우와 맥 모두에서 총 6대의 다른 기기로 테스트해 봤습니다.

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [9월 18, 2024, 7:50오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/18 "2024-09-18T19:50:58Z")

</div>

그게 같은 목록이 두 번 반복된 것처럼 보이는데, 확인차 묻는데 이거 플러그인 전체 목록이 맞나요?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 18, 2024, 7:53오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/19 "2024-09-18T19:53:39Z")

</div>

사이드바를 설치된 플러그인의 완전한 목록으로 사용할 수 없습니다!

이것은 반드시 완전한 목록이 아닙니다.

플러그인 관리 경로와 app.yml 파일을 확인해 보세요.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [9월 18, 2024, 7:54오후 UTC](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092/20 "2024-09-18T19:54:28Z")

</div>

상단 경계선을 드래그하여 작성 영역의 크기를 늘릴 수도 있습니다.

  
물론 커스터마이징 문제를 해결하는 것이 더 좋습니다.

[다음 페이지](https://meta.discourse.org/t/how-do-i-increase-the-size-of-my-reply-textarea/327092.md?page=2)
