diff --git a/public/script.js b/public/script.js
index f9bbd919c..b103ce139 100644
--- a/public/script.js
+++ b/public/script.js
@@ -344,19 +344,17 @@ const system_messages = {
is_user: false,
is_name: true,
mes: [
- '
Welcome to SillyTavern!
',
- '',
- 'Want to Update to the latest version?
',
- "Read the instructions here.",
+ 'SillyTavern
',
+ "Want to update?",
'
',
- 'How to start chatting:
',
+ 'How to start chatting?
',
'',
- '- Connect to one of the supported LLM Chat APIs via the plug icon
',
- '- Open the character list (click the top-right namecard icon) and pick a character, or create your own!
',
+ '- Click
and select a Chat API. ',
+ '- Click
and pick a character ',
'
',
'
',
- 'Where to download more characters?
',
- 'SillyTavern is not associated with the sites linked below, and we have no control over their contents.',
+ 'Want more characters?
',
+ 'Not controlled by SillyTavern team.',
'',
'- Pygmalion AI Discord
',
'- Chub (NSFW)
',
@@ -364,16 +362,15 @@ const system_messages = {
'
',
'Confused or lost?
',
'',
- '- ? - click these icons! You will be linked to a guide for the nearby feature.
',
- '- Enter
/?
in the chat bar for a list of slash commands and hotkeys ',
- '- SillyTavern Searchable Documentation Site
',
- '- SillyTavern FAQ
',
- '- SillyTavern Extras API Installation
',
+ '- ? - click these icons!
',
+ '- Enter
/?
in the chat bar ',
+ '- SillyTavern Documentation Site
',
+ '- Extras Installation Guide
',
'
',
'
',
- 'After doing all of that, do you still have questions?
',
+ 'Still have questions?
',
'',
'- Join the SillyTavern Discord
',
'- Post a GitHub issue
',
diff --git a/public/style.css b/public/style.css
index 058101803..65fa0daca 100644
--- a/public/style.css
+++ b/public/style.css
@@ -4405,6 +4405,7 @@ body.waifuMode #avatar_zoom_popup {
#bg_custom {
height: 100svh !important;
width: 100svw !important;
+ background-position: center;
}