Tweak padding

This commit is contained in:
JC Brand 2017-04-04 11:20:22 +00:00
parent 9ecb3e227f
commit bef236ec25
2 changed files with 4 additions and 4 deletions

View File

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

View File

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