diff --git a/css/chat_style-cai-chat.css b/css/chat_style-cai-chat.css index d48fe76b..50c6a476 100644 --- a/css/chat_style-cai-chat.css +++ b/css/chat_style-cai-chat.css @@ -4,7 +4,7 @@ padding-bottom: 25px; font-size: 15px; font-family: Helvetica, Arial, sans-serif; - line-height: 1.428571429; + line-height: 1.3333; } .circle-you { @@ -46,7 +46,7 @@ .message-body p { margin-bottom: 0 !important; font-size: 15px !important; - line-height: 1.428571429 !important; + line-height: 1.3333 !important; } .dark .message-body p em { diff --git a/css/main.css b/css/main.css index b093a6d8..18a50ca1 100644 --- a/css/main.css +++ b/css/main.css @@ -282,7 +282,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { } #chat-tab > :first-child, #extensions { - max-width: 800px; + max-width: 960px; margin-left: auto; margin-right: auto; } @@ -304,7 +304,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { .chat { margin-left: auto; margin-right: auto; - max-width: 800px; + max-width: 960px; height: 100%; overflow-y: auto; padding-right: 15px; diff --git a/js/main.js b/js/main.js index f3f1888e..e098d717 100644 --- a/js/main.js +++ b/js/main.js @@ -18,7 +18,7 @@ document.querySelector('.header_bar').addEventListener('click', function(event) if (chat_visible || notebook_visible || default_visible) { extensions.style.display = 'flex'; if (chat_visible) { - extensions.style.maxWidth = "800px"; + extensions.style.maxWidth = "960px"; extensions.style.padding = "0px"; } else { extensions.style.maxWidth = "none"; diff --git a/modules/shared.py b/modules/shared.py index a428b561..8c73e609 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -32,7 +32,7 @@ settings = { 'show_controls': True, 'start_with': '', 'mode': 'chat', - 'chat_style': 'TheEncrypted777', + 'chat_style': 'cai-chat', 'character': 'None', 'prompt-default': 'QA', 'prompt-notebook': 'QA', diff --git a/settings-template.yaml b/settings-template.yaml index ae2dd9ed..d4a3c709 100644 --- a/settings-template.yaml +++ b/settings-template.yaml @@ -2,7 +2,7 @@ dark_theme: true show_controls: true start_with: '' mode: chat -chat_style: TheEncrypted777 +chat_style: cai-chat character: None prompt-default: QA prompt-notebook: QA