mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix some UI for flex element wrapping. Text overflow for a script name is now truncated if it exceeds one line of text. Also fix how extension settings are laid out to prevent unnecessary flex resizing. Signed-off-by: kingbri <bdashore3@proton.me>
12 lines
415 B
HTML
12 lines
415 B
HTML
<div class="regex-script-label flex-container flex-nowrap">
|
|
<div class="regex_script_name flex-grow overflow-hidden"></div>
|
|
<div class="flex-container flex-nowrap">
|
|
<div class="edit_existing_regex menu_button">
|
|
<i class="fa-solid fa-pencil"></i>
|
|
</div>
|
|
<div class="delete_regex menu_button">
|
|
<i class="fa-solid fa-trash"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|