"Zoom right in" tooltip for media embeds. (#3804) * "Zoom right in" tooltip for media embeds. * Let's not say "right in" in the expand&zoom tooltip then. Maintainer request in PR: https://github.com/SillyTavern/SillyTavern/pull/3804#discussion_r2032999775 * Update public/index.html Yeah Co-authored-by: Murad "Gness Erquint" Beybalaev <gness.na@gmail.com> --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>

d3ab02df5a7768fa8728a213cecfee43d97134b3

Murad "Gness Erquint" Beybalaev <gness.na@gmail.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -6452,7 +6452,7 @@
64526452 <div class="mes_text"></div>
64536453 <div class="mes_img_container">
64546454 <div class="mes_img_controls">
64556455 <div title="EnlargeExpand and zoom" class="right_menu_button fa-lg fa-solid fa-magnifying-glass mes_img_enlarge" data-i18n="[title]EnlargeExpand and zoom"></div>
64566456 <div title="Caption" class="right_menu_button fa-lg fa-solid fa-envelope-open-text mes_img_caption" data-i18n="[title]Caption"></div>
64576457 <div title="Delete" class="right_menu_button fa-lg fa-solid fa-trash-can mes_img_delete" data-i18n="[title]Delete"></div>
64586458 </div>