Merge pull request #204 from one-some/UI2

Fix help icon alignment
This commit is contained in:
ebolam
2022-10-12 16:43:31 -04:00
committed by GitHub
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>