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:
-
- - Connect to one of the supported generation APIs (the plug icon)
- - Create or pick a character from the list (the top-right namecard icon)
-
-
- Where to download more characters?
- (Not endorsed, your discretion is advised)
-
- - Pygmalion AI Discord
- - CharacterHub (NSFW)
-
-
- Where can I get help?
- Before going any further, check out the following resources:
-
- - Introduction to SillyTavern
- - SillyTavern FAQ
- - SillyTavern Guidebook
- - Extras API Docs
- - Pygmalion AI Docs
-
- 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:
',
+ '',
+ '- Connect to one of the supported generation APIs (the plug icon)
',
+ '- Create or pick a character from the list (the top-right namecard icon)
',
+ '
',
+ '
',
+ 'Where to download more characters?
',
+ '(Not endorsed, your discretion is advised)',
+ '',
+ '- Pygmalion AI Discord
',
+ '- CharacterHub (NSFW)
',
+ '
',
+ '
',
+ 'Where can I get help?
',
+ 'Before going any further, check out the following resources:',
+ '',
+ '- Introduction to SillyTavern
',
+ '- SillyTavern FAQ
',
+ '- SillyTavern Guidebook
',
+ '- Extras API Docs
',
+ '- Pygmalion AI Docs
',
+ '
',
+ '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 {