diff --git a/public/index.html b/public/index.html
index 5396f7803..2a7205348 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1337,7 +1337,7 @@
Assistant Prefill
-
+
diff --git a/public/script.js b/public/script.js
index 7ea7458b1..f4d0b5672 100644
--- a/public/script.js
+++ b/public/script.js
@@ -1252,8 +1252,8 @@ function messageFormatting(mes, ch_name, isSystem, isUser) {
mes = fixMarkdown(mes);
}
- if (this_chid != undefined && !isSystem)
- mes = mes.replaceAll("<", "<").replaceAll(">", ">"); //for welcome message
+ //if (this_chid != undefined && !isSystem)
+ // mes = mes.replaceAll("<", "<").replaceAll(">", ">"); //for welcome message
if ((this_chid === undefined || this_chid === "invalid-safety-id") && !selected_group) {
mes = mes
.replace(/\*\*(.+?)\*\*/g, "$1")
diff --git a/public/style.css b/public/style.css
index 326d6f09d..f3276fc22 100644
--- a/public/style.css
+++ b/public/style.css
@@ -221,6 +221,9 @@ table.responsiveTable {
.mes_text blockquote {
color: var(--SmartThemeQuoteColor);
font-weight: 500;
+ border-left: 3px solid var(--SmartThemeQuoteColor);
+ padding-left: 10px;
+ background-color: var(--black30a);
}
.mes_text strong em,
@@ -1293,7 +1296,8 @@ body.charListGrid #rm_print_characters_block .tags_inline {
}
-.floating_prompt_radio_group, .radio_group {
+.floating_prompt_radio_group,
+.radio_group {
display: flex;
flex-direction: column;
}
@@ -3050,12 +3054,13 @@ h5 {
/* HEINOUS */
@keyframes infinite-spinning {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
+ from {
+ transform: rotate(0deg);
+ }
+
+ to {
+ transform: rotate(360deg);
+ }
}
#export_character_div {
@@ -5461,4 +5466,4 @@ body.waifuMode .zoomed_avatar {
background-color: var(--SmartThemeBlurTintColor);
text-align: center;
line-height: 14px;
-}
+}
\ No newline at end of file