Commit becbedd7 authored by JC Brand's avatar JC Brand

CSS: fix margin for lock icon

parent b8c12b1c
......@@ -11967,7 +11967,8 @@ body.converse-fullscreen {
white-space: nowrap;
font-family: var(--heading-font);
font-size: 115%;
font-weight: bold; }
font-weight: bold;
padding-bottom: 1px; }
#conversejs .message.chat-msg .chat-msg__heading .badge {
margin-left: 0.5em;
font-family: var(--normal_font); }
......@@ -11984,6 +11985,8 @@ body.converse-fullscreen {
margin-top: 0;
padding-bottom: 0;
width: auto; }
#conversejs .message.chat-msg.chat-msg--action .chat-msg__heading .fa {
margin-left: 0.5em; }
#conversejs .message.chat-msg.chat-msg--action .chat-msg__author {
font-size: var(--message-font-size); }
#conversejs .message.chat-msg.chat-msg--action .chat-msg__time {
......
......@@ -176,7 +176,7 @@
margin-bottom: -6px;
}
}
.chat-msg__media {
margin-top: 0.25rem;
word-break: break-all;
......@@ -250,6 +250,10 @@
margin-top: 0;
padding-bottom: 0;
width: auto;
.fa {
margin-left: 0.5em;
}
}
.chat-msg__author {
font-size: var(--message-font-size);
......
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