fixed for codeblocks causing .mes_text overflow-X

This commit is contained in:
RossAscends
2023-04-25 15:17:56 +09:00
parent 36607dd3fe
commit 2664dba18d

View File

@@ -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; */
}