Commit 460d8853 authored by JC Brand's avatar JC Brand

CSS: set padding for csn container

parent 3116f3db
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment