Restyle welcome

60fef3ee99705be644c25e578b666344af8af81d

Cohee <18619528+Cohee1207@users.noreply.github.com>

3 files changed, +14 -11Showing whitespace changes
public/script.js+0 -0
public/scripts/templates/welcome.html+8 -11
@@ -4,7 +4,6 @@
44<a href="https://docs.sillytavern.app/usage/update/" target="_blank" data-i18n="Want to update?">
55 Want to update?
66</a>
7-<hr>
87<h3 data-i18n="How to start chatting?">How to start chatting?</h3>
98<ol>
109 <li>
@@ -13,10 +12,10 @@
1312 <i class="fa-solid fa-plug"></i>
1413 <span data-i18n="[title]API Connections">API Connections</span>
1514 </button>
1615 <span data-i18n="and selectconnect ato an">and selectconnect ato an</span>
1716 <a href="https://docs.sillytavern.app/usage/api-connections/" target="_blank">
1817 <span class="fa-solid fa-circle-question"></span>
1918 <span data-i18n="Chat API">Chat API</span></a>.
2019 </li>
2120 <li>
2221 <span data-i18n="Click _space">Click </span>
@@ -28,7 +27,7 @@
2827 </li>
2928</ol>
3029
3130<pdiv>
3231 <span data-i18n="You can add more">You can add more</span>
3332 <button class="open_characters_library menu_button menu_button_icon inline-flex">
3433 <i class="fa-solid fa-image-portrait"></i>
@@ -40,7 +39,8 @@
4039 <span data-i18n="Import Characters">Import characters</span>
4140 </button>
4241 <span data-i18n="from other websites">from other websites.</span>
43-
42+</div>
43+<div>
4444 <span data-i18n="Go to the">Go to the</span>
4545
4646 <i data-i18n="Download Extensions & Assets">Download Extensions & Assets</i>
@@ -52,15 +52,14 @@
5252 </button>
5353
5454 <span data-i18n="to install additional features.">to install additional features.</span>
5555</pdiv>
5656
57-<hr>
5857<h3 data-i18n="Confused or lost?">Confused or lost?</h3>
5958<ul>
6059 <li>
6160 <span class="note-link-span"><a class="fa-solid fa-circle-question" target="_blank"
6261 href="https://docs.sillytavern.app/"></a></span> - <span data-i18n="click these icons!">click these
63- data-i18n="click these icons!">click these icons!</span>
62+ icons!</span>
6463 </li>
6564 <li>
6665 <span data-i18n="Enter">Enter </span><code>/?</code><span data-i18n="in the chat bar"> in the chat bar</span>
@@ -72,7 +71,6 @@
7271 </li>
7372</ul>
7473
75-<hr>
7674<h3 data-i18n="Still have questions?">Still have questions?</h3>
7775<ul>
7876 <li>
@@ -92,4 +90,3 @@
9290 </a>
9391 </li>
9492</ul>
95-
public/style.css+6 -0
@@ -314,6 +314,12 @@ input[type='checkbox']:focus-visible {
314314 display: inline-block;
315315}
316316
317+.mes_text ol,
318+.mes_text ul {
319+ margin-top: 5px;
320+ margin-bottom: 5px;
321+}
322+
317323.mes_text br,
318324.mes_bias br {
319325 content: ' ';