Reduce top/bottom padding on messages

This commit is contained in:
JC Brand 2019-03-28 12:38:28 +01:00
parent b726a2353c
commit 0725d5a53f
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -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;