How do I increase the size of my Reply TextArea?

Screenshot 2024-09-18 at 11.30.14 AM
I would like to get the default size to be like this in Frame 1 from meta.
Mine is very small as in frame 2

1 Like

Add the following to the CSS of your site:


.d-editor-textarea-wrapper textarea {
 height: 150px; /** adjust accordingly **/
}
2 Likes

Maybe there is something I am doing wrong.

.d-editor-textarea-wrapper textarea {
 height: 250px; /** adjust accordingly **/
}

Is what mine looks like using your snippet. Still the same.
Screenshot 2024-09-18 at 1.26.50 PM

Here is what I did.

I created a New Theme Component,
I added your snippet to the HEAD section of the CSS.
I applied it to both Mobile and Desktop, but still the same.
What have I done wrong?

1 Like

how big is the editor text box in safe mode?

3 Likes

In safe mode, it displays ok, as expected; same size as here at Meta.
Once out of Safe-mode, it reverts.
Here is the link.

1 Like

image

Clearly that’s part of the issue?

Perhaps the author of that (Theme?) Component needs to take a look?

5 Likes

Thank you!! I have looked and looked and just can’t see anything else. Perhaps a Theme issue.

1 Like

if it is working properly in safe mode, then you know it’s either a theme/ theme component, or plugin - which is why I suggested you check. you can use the safe mode feature to debug this way. you’ll also note the options for enabling plugins and components when you enter safe mode.

3 Likes

Hope the Theme Author take a look. I link the Mint Theme. Thats the theme in question.
Wondering if anyone else has same issue.
Thanks so much

2 Likes

Are you sure it’s not “Choose Next Topic” topic chaining plugin?

I think this is the issue.

4 Likes

yea I just tested the mint theme and it’s working as expected

3 Likes

I also noticed “choose next topic”,
But I don’t have the Plugin you mentioned installed. Here are all the Plugins I have installed.


Screenshot 2024-09-18 at 3.38.01 PM
I can’t figure out where that is coming from.

Those are theme components not plugins, what do you see on /admin/plugins?

2 Likes

Interesting, If I go into Full Screen, it works ok.
Screenshot 2024-09-18 at 3.43.23 PM
So, If a user choses fullscreen, it works ok. So, is thus an expected behavior?

My bad. Wrong upload.
These
Screenshot 2024-09-18 at 3.46.35 PM
Screenshot 2024-09-18 at 3.46.57 PM

1 Like

my screenshot was not in full screen mode. if I use fullscreen it covers the whole browser window as expecrted.

1 Like

Exactly. So, something is wrong, but I can’t seem to figure it out.
Wonder why it works for you. Have tested on 6 different machines, both Windows and Mac.

That looks like the same list twice, just to clarify, that’s the full list of plugins?

2 Likes

You can’t use the sidebar as the exhaustive list of installed plugins!

This is not necessarily a complete list.

Look at the plugins admin route and your app.yml.

2 Likes

You can also increase the size of the composer at the upper border.


But of course, it’s better to fix the customization

1 Like