Fix help icon alignment

This commit is contained in:
somebody
2022-10-12 15:19:32 -05:00
parent c0e1704314
commit 6c46179be9
2 changed files with 8 additions and 5 deletions

View File

@@ -2322,9 +2322,10 @@ body {
}
/* Substitutions */
#Substitutions > .helpicon {
margin-left: 5px;
align-self: auto;
#Substitutions > .help_text > .helpicon {
position: relative;
margin-left: 1px;
top: 2px;
}
#substitution-header {

View File

@@ -311,9 +311,11 @@
</div>
<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>
</div>
<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 id="substitution-header" class="noselect">
<b>Replace</b> <b>With</b>
</div>