Commit bef236ec authored by JC Brand's avatar JC Brand

Tweak padding

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