mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
half-fix for small boxes in mobile no spoiler view
This commit is contained in:
@ -208,8 +208,7 @@
|
|||||||
<div class="range-block-title justifyLeft">
|
<div class="range-block-title justifyLeft">
|
||||||
AI Module
|
AI Module
|
||||||
</div>
|
</div>
|
||||||
<div class="toggle-description justifyLeft"
|
<div class="toggle-description justifyLeft" data-i18n="Changes the style of the generated text.">
|
||||||
data-i18n="Changes the style of the generated text.">
|
|
||||||
Changes the style of the generated text.
|
Changes the style of the generated text.
|
||||||
</div>
|
</div>
|
||||||
<select id="nai_prefix">
|
<select id="nai_prefix">
|
||||||
@ -1477,8 +1476,7 @@
|
|||||||
<div class="fa-solid fa-clock-rotate-left"></div>
|
<div class="fa-solid fa-clock-rotate-left"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="toggle-description justifyLeft"
|
<div class="toggle-description justifyLeft" data-i18n="Prompt that is used when the NSFW toggle is O">
|
||||||
data-i18n="Prompt that is used when the NSFW toggle is O">
|
|
||||||
Prompt that is used when the NSFW toggle is OFF
|
Prompt that is used when the NSFW toggle is OFF
|
||||||
</div>
|
</div>
|
||||||
<div class="wide100p">
|
<div class="wide100p">
|
||||||
@ -2990,6 +2988,7 @@
|
|||||||
<div id="rm_button_selected_ch">
|
<div id="rm_button_selected_ch">
|
||||||
<h2></h2>
|
<h2></h2>
|
||||||
</div>
|
</div>
|
||||||
|
<i id="hideCharPanelAvatarButton" class="fa-solid fa-eye menu_button"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- end group peeking cope structure-->
|
<!-- end group peeking cope structure-->
|
||||||
|
@ -9144,4 +9144,9 @@ $(document).ready(function () {
|
|||||||
$("#charListGridToggle").on('click', async () => {
|
$("#charListGridToggle").on('click', async () => {
|
||||||
doCharListDisplaySwitch();
|
doCharListDisplaySwitch();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#hideCharPanelAvatarButton").on('click', () => {
|
||||||
|
$('#avatar-and-name-block').slideToggle()
|
||||||
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user