mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix anchors block formatting
This commit is contained in:
@ -809,11 +809,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div id="anchors-block">
|
<div id="anchors-block">
|
||||||
Anchors Order
|
<h4>
|
||||||
<a href="/notes/9" class="notes-link" target="_blank">
|
Anchors Order
|
||||||
<span class="note-link-span">?</span>
|
<a href="/notes/9" class="notes-link" target="_blank">
|
||||||
</a>
|
<span class="note-link-span">?</span>
|
||||||
<br>
|
</a>
|
||||||
|
</h4>
|
||||||
<select id="anchor_order">
|
<select id="anchor_order">
|
||||||
<option value="0">Character then Style</option>
|
<option value="0">Character then Style</option>
|
||||||
<option value="1">Style then Character</option>
|
<option value="1">Style then Character</option>
|
||||||
|
Reference in New Issue
Block a user