fixed codeblocks overflowing chat

This commit is contained in:
RossAscends
2023-03-31 12:49:55 +09:00
parent 1022f3836f
commit 83e5fdf2cb

View File

@@ -121,6 +121,7 @@ code {
border-radius: 5px;
background-color: var(--black70a);
display: inline-block;
max-width: calc(100% - 10px);
}
#bg1 {