Restyle welcome
| @@ -4,7 +4,6 @@ | ||
| 4 | 4 | <a href="https://docs.sillytavern.app/usage/update/" target="_blank" data-i18n="Want to update?"> |
| 5 | 5 | Want to update? |
| 6 | 6 | </a> |
| 7 | -<hr> | |
| 8 | 7 | <h3 data-i18n="How to start chatting?">How to start chatting?</h3> |
| 9 | 8 | <ol> |
| 10 | 9 | <li> |
| @@ -13,10 +12,10 @@ | ||
| 13 | 12 | <i class="fa-solid fa-plug"></i> |
| 14 | 13 | <span data-i18n="[title]API Connections">API Connections</span> |
| 15 | 14 | </button> |
| 16 | 15 | <span data-i18n="and selectconnect ato an">and selectconnect ato an</span> |
| 17 | 16 | <a href="https://docs.sillytavern.app/usage/api-connections/" target="_blank"> |
| 18 | 17 | <span class="fa-solid fa-circle-question"></span> |
| 19 | 18 | <span data-i18n="Chat API">Chat API</span></a>. |
| 20 | 19 | </li> |
| 21 | 20 | <li> |
| 22 | 21 | <span data-i18n="Click _space">Click </span> |
| @@ -28,7 +27,7 @@ | ||
| 28 | 27 | </li> |
| 29 | 28 | </ol> |
| 30 | 29 | |
| 31 | 30 | <pdiv> |
| 32 | 31 | <span data-i18n="You can add more">You can add more</span> |
| 33 | 32 | <button class="open_characters_library menu_button menu_button_icon inline-flex"> |
| 34 | 33 | <i class="fa-solid fa-image-portrait"></i> |
| @@ -40,7 +39,8 @@ | ||
| 40 | 39 | <span data-i18n="Import Characters">Import characters</span> |
| 41 | 40 | </button> |
| 42 | 41 | <span data-i18n="from other websites">from other websites.</span> |
| 43 | - | |
| 42 | +</div> | |
| 43 | +<div> | |
| 44 | 44 | <span data-i18n="Go to the">Go to the</span> |
| 45 | 45 | |
| 46 | 46 | <i data-i18n="Download Extensions & Assets">Download Extensions & Assets</i> |
| @@ -52,15 +52,14 @@ | ||
| 52 | 52 | </button> |
| 53 | 53 | |
| 54 | 54 | <span data-i18n="to install additional features.">to install additional features.</span> |
| 55 | 55 | </pdiv> |
| 56 | 56 | |
| 57 | -<hr> | |
| 58 | 57 | <h3 data-i18n="Confused or lost?">Confused or lost?</h3> |
| 59 | 58 | <ul> |
| 60 | 59 | <li> |
| 61 | 60 | <span class="note-link-span"><a class="fa-solid fa-circle-question" target="_blank" |
| 62 | 61 | 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> | |
| 64 | 63 | </li> |
| 65 | 64 | <li> |
| 66 | 65 | <span data-i18n="Enter">Enter </span><code>/?</code><span data-i18n="in the chat bar"> in the chat bar</span> |
| @@ -72,7 +71,6 @@ | ||
| 72 | 71 | </li> |
| 73 | 72 | </ul> |
| 74 | 73 | |
| 75 | -<hr> | |
| 76 | 74 | <h3 data-i18n="Still have questions?">Still have questions?</h3> |
| 77 | 75 | <ul> |
| 78 | 76 | <li> |
| @@ -92,4 +90,3 @@ | ||
| 92 | 90 | </a> |
| 93 | 91 | </li> |
| 94 | 92 | </ul> |
| 95 | - | |
| @@ -314,6 +314,12 @@ input[type='checkbox']:focus-visible { | ||
| 314 | 314 | display: inline-block; |
| 315 | 315 | } |
| 316 | 316 | |
| 317 | +.mes_text ol, | |
| 318 | +.mes_text ul { | |
| 319 | + margin-top: 5px; | |
| 320 | + margin-bottom: 5px; | |
| 321 | +} | |
| 322 | + | |
| 317 | 323 | .mes_text br, |
| 318 | 324 | .mes_bias br { |
| 319 | 325 | content: ' '; |