WI: quick cope for mobile entry display
This commit is contained in:
parent
eaa33f2544
commit
04a0d012fc
|
@ -35,7 +35,7 @@
|
||||||
max-width: 90svw;
|
max-width: 90svw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.world_entry_thin_controls,
|
/* .world_entry_thin_controls, */
|
||||||
#persona-management-block,
|
#persona-management-block,
|
||||||
#character_popup .flex-container {
|
#character_popup .flex-container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -63,6 +63,15 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.world_entry .inline-drawer-toggle {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#worldInfoScanningCheckboxes {
|
||||||
|
flex-flow: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -71,7 +80,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.world_entry_form_control {
|
.world_entry_form_control {
|
||||||
width: 100%;
|
/* width: 100%; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-content {
|
.drawer-content {
|
||||||
|
@ -129,6 +138,12 @@
|
||||||
|
|
||||||
.wi-settings {
|
.wi-settings {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.WIEntryTitleAndStatus,
|
||||||
|
.WIEntryHeaderControls {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#character_popup,
|
#character_popup,
|
||||||
|
|
|
@ -2700,33 +2700,33 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-newbie-hidden class="alignitemsflexstart flex1 range-block flex-container flexFlowColumn">
|
<div id="worldInfoScanningCheckboxes" data-newbie-hidden class="alignitemsflexstart flex1 flex-container flexFlowColumn">
|
||||||
<label title="Entries can activate other entries by mentioning their keywords" data-i18n="[title]Entries can activate other entries by mentioning their keywords" class="checkbox_label">
|
<label title="Entries can activate other entries by mentioning their keywords" data-i18n="[title]Entries can activate other entries by mentioning their keywords" class="checkbox_label flex1">
|
||||||
<input id="world_info_recursive" type="checkbox" />
|
<input id="world_info_recursive" type="checkbox" />
|
||||||
<small data-i18n="Recursive Scan">
|
<small data-i18n="Recursive Scan" class="whitespacenowrap flex1">
|
||||||
Recursive Scan
|
Recursive Scan
|
||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<label title="Lookup for the entry keys in the context will respect the case" data-i18n="[title]Lookup for the entry keys in the context will respect the case" class="checkbox_label">
|
<label title="Lookup for the entry keys in the context will respect the case" data-i18n="[title]Lookup for the entry keys in the context will respect the case" class="checkbox_label flex1">
|
||||||
<input id="world_info_case_sensitive" type="checkbox" />
|
<input id="world_info_case_sensitive" type="checkbox" />
|
||||||
<small data-i18n="Case Sensitive">
|
<small data-i18n="Case Sensitive" class="whitespacenowrap flex1">
|
||||||
Case-sensitive
|
Case-sensitive
|
||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label">
|
<label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
|
||||||
<input id="world_info_match_whole_words" type="checkbox" />
|
<input id="world_info_match_whole_words" type="checkbox" />
|
||||||
<small data-i18n="Match whole words">
|
<small data-i18n="Match whole words" class="whitespacenowrap flex1">
|
||||||
Match whole words
|
Match whole words
|
||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<label title="Alert if your world info is greater than the allocated budget." data-i18n="[title]Alert if your world info is greater than the allocated budget." class="checkbox_label">
|
<label title="Alert if your world info is greater than the allocated budget." data-i18n="[title]Alert if your world info is greater than the allocated budget." class="checkbox_label flex1">
|
||||||
<input id="world_info_overflow_alert" type="checkbox" />
|
<input id="world_info_overflow_alert" type="checkbox" />
|
||||||
<small data-i18n="Alert On Overflow">
|
<small data-i18n="Alert On Overflow" class="whitespacenowrap flex1">
|
||||||
Alert On Overflow
|
Alert On Overflow
|
||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div id="WIInputWidthReference" style="visibility: hidden;">10000</div>
|
<div id="WIInputWidthReference" style="visibility: hidden; height:1px;">10000</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="world_popup">
|
<div id="world_popup">
|
||||||
|
@ -3935,6 +3935,7 @@
|
||||||
<div class="fa-fw fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
|
<div class="fa-fw fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
|
||||||
|
|
||||||
<span class="flex-container alignitemscenter wide100p">
|
<span class="flex-container alignitemscenter wide100p">
|
||||||
|
<div class="WIEntryTitleAndStatus flex-container flex1 alignitemscenter">
|
||||||
<div class="flex-container flex1">
|
<div class="flex-container flex1">
|
||||||
<textarea class="text_pole" name="comment" maxlength="2000" data-i18n="[placeholder]Entry Title/Memo" placeholder="Entry Title/Memo"></textarea>
|
<textarea class="text_pole" name="comment" maxlength="2000" data-i18n="[placeholder]Entry Title/Memo" placeholder="Entry Title/Memo"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3944,6 +3945,10 @@
|
||||||
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="normal">🟢</option>
|
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="normal">🟢</option>
|
||||||
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="disabled">❌</option>
|
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="disabled">❌</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="WIEnteryHeaderControls flex-container">
|
||||||
<div name="PositionBlock" class="world_entry_form_control world_entry_form_radios wi-enter-footer-text">
|
<div name="PositionBlock" class="world_entry_form_control world_entry_form_radios wi-enter-footer-text">
|
||||||
<!-- <label for="position" data-i18n="Position:">Position:</label> -->
|
<!-- <label for="position" data-i18n="Position:">Position:</label> -->
|
||||||
<select name="position" class="widthNatural margin0" title="↑Char: Before Character Definitions ↓Char: After Character Definitions ↑AN: Before Author's Note ↓AN: After Author's Note @D: at Depth ">
|
<select name="position" class="widthNatural margin0" title="↑Char: Before Character Definitions ↓Char: After Character Definitions ↑AN: Before Author's Note ↓AN: After Author's Note @D: at Depth ">
|
||||||
|
@ -3954,7 +3959,6 @@
|
||||||
<option value="4" data-i18n="at Depth" title="↑Char: Before Character Definitions ↓Char: After Character Definitions ↑AN: Before Author's Note ↓AN: After Author's Note @D: at Depth ">@D</option>
|
<option value="4" data-i18n="at Depth" title="↑Char: Before Character Definitions ↓Char: After Character Definitions ↑AN: Before Author's Note ↓AN: After Author's Note @D: at Depth ">@D</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="world_entry_form_control wi-enter-footer-text flex-container flexNoGap">
|
<div class="world_entry_form_control wi-enter-footer-text flex-container flexNoGap">
|
||||||
<!-- <label for="depth" data-i18n="Depth:">Depth:</label> -->
|
<!-- <label for="depth" data-i18n="Depth:">Depth:</label> -->
|
||||||
<input title="Depth" class="text_pole wideMax100px margin0" type="number" name="depth" placeholder="" min="0" max="999" />
|
<input title="Depth" class="text_pole wideMax100px margin0" type="number" name="depth" placeholder="" min="0" max="999" />
|
||||||
|
@ -3970,7 +3974,7 @@
|
||||||
<!-- <div class="flex-container flex1">
|
<!-- <div class="flex-container flex1">
|
||||||
<textarea class="text_pole" name="comment" maxlength="2000" data-i18n="[placeholder]Entry Title/Memo" placeholder="Entry Title/Memo"></textarea>
|
<textarea class="text_pole" name="comment" maxlength="2000" data-i18n="[placeholder]Entry Title/Memo" placeholder="Entry Title/Memo"></textarea>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!-- <div class="world_entry_form_control flex1">
|
<!-- <div class="world_entry_form_control flex1">
|
||||||
|
@ -4029,7 +4033,7 @@
|
||||||
(ignored if empty)
|
(ignored if empty)
|
||||||
</span>
|
</span>
|
||||||
</small>
|
</small>
|
||||||
<small class="textAlignCenter">Optional Filter Keywords</small>
|
<small class="textAlignCenter">Optional Filter</small>
|
||||||
<div class="flex-container flexFlowRow alignitemscenter">
|
<div class="flex-container flexFlowRow alignitemscenter">
|
||||||
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" data-i18n="[placeholder]Comma separated (ignored if empty)" placeholder="Comma separated list" maxlength="1000"></textarea>
|
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" data-i18n="[placeholder]Comma separated (ignored if empty)" placeholder="Comma separated list" maxlength="1000"></textarea>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue