Commit bef236ec authored by JC Brand's avatar JC Brand

Tweak padding

parent 9ecb3e22
...@@ -1441,13 +1441,13 @@ ...@@ -1441,13 +1441,13 @@
#converse-embedded-chat .chat-head .user-custom-message, #converse-embedded-chat .chat-head .user-custom-message,
#conversejs .chat-head .user-custom-message { #conversejs .chat-head .user-custom-message {
color: white; color: white;
font-size: 80%; font-size: 75%;
font-style: italic; font-style: italic;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
padding-top: 0.5em; } padding-top: 0.2em; }
#converse-embedded-chat .chatbox-btn, #converse-embedded-chat .chatbox-btn,
#conversejs .chatbox-btn { #conversejs .chatbox-btn {
border-radius: 25%; border-radius: 25%;
......
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
} }
.user-custom-message { .user-custom-message {
color: white; color: white;
font-size: 80%; font-size: 75%;
font-style: italic; font-style: italic;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
padding-top: 0.5em; padding-top: 0.2em;
} }
} }
.chatbox-btn { .chatbox-btn {
......
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