• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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