This commit is contained in:
koenigmarcel
2021-06-24 11:04:36 +02:00
parent fe0644a092
commit cc24b885e8
6 changed files with 107 additions and 3 deletions

View File

@@ -97,4 +97,15 @@
.messageBody::before {
content: '\A';
white-space: pre;
}
}
@media only screen and (max-width: 980px) {
#chat {
display: flex;
flex-flow: column-reverse;
overflow: hidden;
border-left: #7d7d7d solid 2px;
height: 100%;
margin-bottom: 10px;
}
}