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