• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Quick Question

Status
Not open for further replies.

mystik

Chevereto Member
Website URL
http://www.filesharedepot.com

Chevereto version
3.10.3

Description of the issue
What do I need to edit exactly in order to increase the size of the text box that holds the embed links after a multi-file upload (the one with the copy button built-in when you hover over)? Thank you.
 
Last edited:
That unit is user-resizable so you don't even need to mind about that. Since it could hold 1 to n lines, by default it will use two grid rows for its height.

Option 1 (recommended): Dashboard > Settings > Theme > Custom CSS

Code:
#uploaded-embed-toggle-combo textarea {height: 300px;}

Option 2: app/themes/Peafowl/snippets/anywhere_upload.php L190

upload_2017-9-25_23-6-38.png

Change class="r2 to class="rX where X is the number of rows that you want. It is limited to 24.

upload_2017-9-25_23-8-1.png
 
Status
Not open for further replies.
Back
Top