Fix missing UI level on a few elements

This commit is contained in:
ebolam
2022-11-27 18:58:30 -05:00
parent bcff1e6de7
commit fa12b2e95e

View File

@@ -199,7 +199,7 @@
{% with sub_path='Modifiers' %} {% with sub_path='Modifiers' %}
{% include 'settings item.html' %} {% include 'settings item.html' %}
{% endwith %} {% endwith %}
<div class="setting_container"> <div class="setting_container" ui_level=1>
<!---Top Row----> <!---Top Row---->
<span class="setting_label"> <span class="setting_label">
<span style="white-space: pre-wrap;">Soft Prompt: </span> <span style="white-space: pre-wrap;">Soft Prompt: </span>
@@ -263,7 +263,7 @@
{% include 'settings item.html' %} {% include 'settings item.html' %}
{% endwith %} {% endwith %}
{% endwith %} {% endwith %}
<div class="setting_container"> <div class="setting_container" ui_level=1>
<span class="setting_label"> <span class="setting_label">
<span>Max Game Screen: &nbsp;</span><span class="helpicon material-icons-outlined" tooltip="If enabled and both menus are unpinned, the game screen will take up all available space. When disabled, the game screen will be centered.">help_icon</span> <span>Max Game Screen: &nbsp;</span><span class="helpicon material-icons-outlined" tooltip="If enabled and both menus are unpinned, the game screen will take up all available space. When disabled, the game screen will be centered.">help_icon</span>
</span> </span>
@@ -274,7 +274,7 @@
<span class="setting_minlabel"><span style="top: -4px; position: relative;"></span></span> <span class="setting_minlabel"><span style="top: -4px; position: relative;"></span></span>
<span class="setting_maxlabel"><span style="top: -4px; position: relative;"></span></span> <span class="setting_maxlabel"><span style="top: -4px; position: relative;"></span></span>
</div> </div>
<div class="setting_container"> <div class="setting_container" ui_level=1>
<span class="setting_label"> <span class="setting_label">
<span>Options on Right:&nbsp;</span><span class="helpicon material-icons-outlined" tooltip="If enabled and only the right menu is pinned, the options will be shown on the right instead of the left of the game text.">help_icon</span> <span>Options on Right:&nbsp;</span><span class="helpicon material-icons-outlined" tooltip="If enabled and only the right menu is pinned, the options will be shown on the right instead of the left of the game text.">help_icon</span>
</span> </span>