Merge pull request #76 from LightSaveUs/UI2

AN Tweaks
This commit is contained in:
ebolam
2022-08-29 15:19:12 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -485,7 +485,7 @@ gensettingstf = [
"unit": "int", "unit": "int",
"label": "AN Depth", "label": "AN Depth",
"id": "singleline", "id": "singleline",
"min": 0, "min": 1,
"max": 5, "max": 5,
"step": 1, "step": 1,
"default": 3, "default": 3,

View File

@@ -204,7 +204,7 @@ input[type="range"]::-ms-fill-upper {
"item item" "item item"
"minlabel maxlabel"; "minlabel maxlabel";
grid-template-rows: 20px 23px 20px; grid-template-rows: 20px 23px 20px;
grid-template-columns: 294px 60px; grid-template-columns: 288px 60px;
row-gap: 0.2em; row-gap: 0.2em;
background-color: var(--setting_background); background-color: var(--setting_background);
color: var(--setting_text); color: var(--setting_text);

View File

@@ -43,7 +43,7 @@
Template:<br/> Template:<br/>
<input autocomplete="off" type=text class="var_sync_story_authornotetemplate fullwidth" onchange='sync_to_server(this);'><br/> <input autocomplete="off" type=text class="var_sync_story_authornotetemplate fullwidth" onchange='sync_to_server(this);'><br/>
Author's Notes:<br/> Author's Notes:<br/>
<textarea autocomplete="off" rows=5 id="authors_notes" class="var_sync_story_authornote var_sync_alt_story_authornote_length fullwidth" oninput="autoResize(this)" onchange='sync_to_server(this);'></textarea><br/> <textarea autocomplete="off" rows=17 id="authors_notes" class="var_sync_story_authornote var_sync_alt_story_authornote_length fullwidth" oninput="autoResize(this)" onchange='sync_to_server(this);'></textarea><br/>
<div class="setting_tile_area"> <div class="setting_tile_area">
{% with menu='author_notes' %} {% with menu='author_notes' %}
{% with sub_path='' %} {% with sub_path='' %}