mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fixed for codeblocks causing .mes_text overflow-X
This commit is contained in:
@@ -164,7 +164,7 @@ code {
|
||||
border-radius: 5px;
|
||||
background-color: var(--black70a);
|
||||
display: inline-block;
|
||||
max-width: 80%;
|
||||
max-width: calc(100svw - 95px);
|
||||
line-height: var(--mainFontSize);
|
||||
}
|
||||
|
||||
@@ -596,7 +596,7 @@ body.big-avatars .avatar img {
|
||||
padding-left: 0;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
/*max-width: 720px;*/
|
||||
max-width: 100%;
|
||||
word-wrap: break-word;
|
||||
/* animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite; */
|
||||
}
|
||||
|
Reference in New Issue
Block a user