Commit 0725d5a5 authored by JC Brand's avatar JC Brand

Reduce top/bottom padding on messages

parent b726a235
......@@ -11895,7 +11895,7 @@ body.converse-fullscreen {
width: 100%;
flex-direction: row;
overflow: auto;
padding: 0.25rem 1rem; }
padding: 0.125rem 1rem; }
#conversejs .message.chat-msg.onload {
animation: colorchange-chatmessage 1s;
-webkit-animation: colorchange-chatmessage 1s; }
......
......@@ -72,7 +72,7 @@
width: 100%;
flex-direction: row;
overflow: auto; // Ensures that content stays inside
padding: 0.25rem 1rem;
padding: 0.125rem 1rem;
&.onload {
animation: colorchange-chatmessage 1s;
......
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