كيف أزيد حجم مربع نص الرد الخاص بي؟

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)

Add the following to the CSS of your site:


.d-editor-textarea-wrapper textarea {
 height: 150px; /** adjust accordingly **/
}
إعجابَين (2)

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)

how big is the editor text box in safe mode?

3 إعجابات

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)

image

Clearly that’s part of the issue?

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

5 إعجابات

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

إعجاب واحد (1)

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 إعجابات

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)

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

I think this is the issue.

4 إعجابات

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

3 إعجابات

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)

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)

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

إعجاب واحد (1)

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)

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)

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


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

إعجاب واحد (1)