like prev commit

master
Aevann1 2022-08-15 07:34:31 +02:00
parent 730c2da234
commit 1e029a6971
1 changed files with 1 additions and 4 deletions

View File

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