forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-26 14:27:01 +02:00
parent 22d6f9f774
commit 35644eae03
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,7 @@
@media (max-width: 768px) {
#shrink * {
font-size: 10px;
font-size: 10px !important;
}
.fa-reply:before {
font-size: 9px;
@ -65,6 +65,9 @@
.diff {
margin-top: 0.5rem;
}
#chat-window {
max-height: calc(100vh - 200px);
}
}
p {