forked from rDrama/rDrama
1
0
Fork 0

like previous commit

master
Aevann1 2022-08-15 07:35:07 +02:00
parent 1e029a6971
commit 5a97cc419f
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<style>
#chat-window {
max-height: 90vh;
max-height: 80vh;
overflow-y: scroll;
background-color: transparent !important;
}
@ -75,6 +75,9 @@
.diff {
margin-top: 0.5rem;
}
#chat-window {
max-height: 90vh;
}
}
p {