blob: 1b1cca987c359bf0af060ff5975c7f89b0ef1cfe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
body {
background-color: #373b41;
}
.dropdownLabel {
display: block;
margin: 0 0 0.28571429rem 0;
color: rgba(0, 0, 0, 0.87);
font-size: 0.92857143em;
font-weight: 700;
text-transform: none;
}
#historyContainer {
min-height: 6em;
max-height: 6em;
overflow-y: scroll;
overflow-wrap: break-word;
}
#chatContainer {
min-height: 25em;
max-height: 25em;
overflow-y: scroll;
overflow-wrap: break-word;
}
|