mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
@@ -2322,9 +2322,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Substitutions */
|
/* Substitutions */
|
||||||
#Substitutions > .helpicon {
|
#Substitutions > .help_text > .helpicon {
|
||||||
margin-left: 5px;
|
position: relative;
|
||||||
align-self: auto;
|
margin-left: 1px;
|
||||||
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#substitution-header {
|
#substitution-header {
|
||||||
|
@@ -311,9 +311,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="setting_tile_area" id="Substitutions">
|
<div class="setting_tile_area" id="Substitutions">
|
||||||
<div class="help_text">Automatically replaces phrases that you or the AI insert.</div>
|
<div class="help_text">
|
||||||
|
Automatically replaces phrases that you or the AI insert.
|
||||||
<span class="helpicon material-icons-outlined" tooltip="Can be used to help you insert special characters or automatically correct the AI. The pencil button toggles if a substitution is active or not.">help_icon</span>
|
<span class="helpicon material-icons-outlined" tooltip="Can be used to help you insert special characters or automatically correct the AI. The pencil button toggles if a substitution is active or not.">help_icon</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="substitution-header" class="noselect">
|
<div id="substitution-header" class="noselect">
|
||||||
<b>Replace</b> <b>With</b>
|
<b>Replace</b> <b>With</b>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user