mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix missing UI level on a few elements
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
{% with sub_path='Modifiers' %}
|
||||
{% include 'settings item.html' %}
|
||||
{% endwith %}
|
||||
<div class="setting_container">
|
||||
<div class="setting_container" ui_level=1>
|
||||
<!---Top Row---->
|
||||
<span class="setting_label">
|
||||
<span style="white-space: pre-wrap;">Soft Prompt: </span>
|
||||
@@ -263,7 +263,7 @@
|
||||
{% include 'settings item.html' %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
<div class="setting_container">
|
||||
<div class="setting_container" ui_level=1>
|
||||
<span class="setting_label">
|
||||
<span>Max Game Screen: </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>
|
||||
@@ -274,7 +274,7 @@
|
||||
<span class="setting_minlabel"><span style="top: -4px; position: relative;"></span></span>
|
||||
<span class="setting_maxlabel"><span style="top: -4px; position: relative;"></span></span>
|
||||
</div>
|
||||
<div class="setting_container">
|
||||
<div class="setting_container" ui_level=1>
|
||||
<span class="setting_label">
|
||||
<span>Options on Right: </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>
|
||||
|
Reference in New Issue
Block a user