Reduce top/bottom padding on messages
This commit is contained in:
parent
b726a2353c
commit
0725d5a53f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user