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; border-radius: 5px;
background-color: var(--black70a); background-color: var(--black70a);
display: inline-block; display: inline-block;
max-width: 80%; max-width: calc(100svw - 95px);
line-height: var(--mainFontSize); line-height: var(--mainFontSize);
} }
@@ -596,7 +596,7 @@ body.big-avatars .avatar img {
padding-left: 0; padding-left: 0;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
/*max-width: 720px;*/ max-width: 100%;
word-wrap: break-word; word-wrap: break-word;
/* animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite; */ /* animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite; */
} }
@@ -1153,7 +1153,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
margin-bottom: 4px; margin-bottom: 4px;
} }
#fav_chara_wrap{ #fav_chara_wrap {
display: flex; display: flex;
margin: 5px 0px; margin: 5px 0px;
} }
@@ -2518,7 +2518,7 @@ h5 {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.group_select .group_fav_icon{ .group_select .group_fav_icon {
margin-left: 5px; margin-left: 5px;
} }