forked from MarseyWorld/MarseyWorld
like prev commit
parent
730c2da234
commit
1e029a6971
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue