|
@@ -213,7 +213,7 @@
|
|
|
margin-bottom: 0.25em;
|
|
|
}
|
|
|
.chat-content {
|
|
|
- padding: 1em 0;
|
|
|
+ padding: 1em 0 0 0;
|
|
|
height: 100%;
|
|
|
font-size: var(--message-font-size);
|
|
|
color: var(--text-color);
|
|
@@ -223,7 +223,7 @@
|
|
|
line-height: 1.3em;
|
|
|
|
|
|
.chat-content__notifications {
|
|
|
- height: 1em;
|
|
|
+ height: 1.7em;
|
|
|
white-space: pre;
|
|
|
background-color: var(--chat-content-background-color);
|
|
|
color: var(--subdued-color);
|