diff --git a/public/script.js b/public/script.js index 81c817a15..35942ccf7 100644 --- a/public/script.js +++ b/public/script.js @@ -332,42 +332,42 @@ const system_messages = { is_user: false, is_name: true, mes: [ - `

Welcome to SillyTavern!

-
-

Want to Update to the latest version?

- Read the instructions here. Also located in your installation's base folder -
-

In order to begin chatting:

-
    -
  1. Connect to one of the supported generation APIs (the plug icon)
  2. -
  3. Create or pick a character from the list (the top-right namecard icon)
  4. -
-
-

Where to download more characters?

- (Not endorsed, your discretion is advised) -
    -
  1. Pygmalion AI Discord
  2. -
  3. CharacterHub (NSFW)
  4. -
-
-

Where can I get help?

- Before going any further, check out the following resources: -
    -
  1. Introduction to SillyTavern
  2. -
  3. SillyTavern FAQ
  4. -
  5. SillyTavern Guidebook
  6. -
  7. Extras API Docs
  8. -
  9. Pygmalion AI Docs
  10. -
- Type /? in any chat to get help on message formatting commands. -
-

Still have questions or suggestions left?

- SillyTavern Community Discord -
- Post a GitHub issue. -
- Contact the developers. - `].join('') + '

Welcome to SillyTavern!

', + '
', + '

Want to Update to the latest version?

', + "Read the instructions here. Also located in your installation's base folder", + '
', + '

In order to begin chatting:

', + '
    ', + '
  1. Connect to one of the supported generation APIs (the plug icon)
  2. ', + '
  3. Create or pick a character from the list (the top-right namecard icon)
  4. ', + '
', + '
', + '

Where to download more characters?

', + '(Not endorsed, your discretion is advised)', + '
    ', + '
  1. Pygmalion AI Discord
  2. ', + '
  3. CharacterHub (NSFW)
  4. ', + '
', + '
', + '

Where can I get help?

', + 'Before going any further, check out the following resources:', + '
    ', + '
  1. Introduction to SillyTavern
  2. ', + '
  3. SillyTavern FAQ
  4. ', + '
  5. SillyTavern Guidebook
  6. ', + '
  7. Extras API Docs
  8. ', + '
  9. Pygmalion AI Docs
  10. ', + '
', + 'Type /? in any chat to get help on message formatting commands.', + '
', + '

Still have questions or suggestions left?

', + 'SillyTavern Community Discord', + '
', + 'Post a GitHub issue.', + '
', + 'Contact the developers.', + ].join('') }, group: { name: systemUserName, diff --git a/public/style.css b/public/style.css index 003726f84..c91244cfe 100644 --- a/public/style.css +++ b/public/style.css @@ -837,10 +837,6 @@ body.big-avatars .avatar img { br { display: block; margin: 2px 0; - line-height: 0; - height: 0; - padding: 0; - content: ''; } textarea {