Browse Source

Add additional bottom margin to system messages

pull/2608/head
Gabe Kangas 4 years ago
parent
commit
18076355f4
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      web/components/chat/ChatSystemMessage/ChatSystemMessage.module.scss

1
web/components/chat/ChatSystemMessage/ChatSystemMessage.module.scss

@ -7,6 +7,7 @@
rgb(83, 67, 130) 80% rgb(83, 67, 130) 80%
); );
margin: 5px; margin: 5px;
margin-bottom: 10px;
border-radius: 5px; border-radius: 5px;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;

Loading…
Cancel
Save