Make all .chat-info messages smaller
This commit is contained in:
parent
15579692a9
commit
f5686a5093
@ -10763,16 +10763,15 @@ body.reset {
|
|||||||
color: #3AA569;
|
color: #3AA569;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
padding: 0.35rem 1rem; }
|
font-size: 90%;
|
||||||
|
padding: 0.17rem 1rem; }
|
||||||
#conversejs .message.chat-info.badge {
|
#conversejs .message.chat-info.badge {
|
||||||
color: white; }
|
color: white; }
|
||||||
#conversejs .message.chat-info.chat-state-notification {
|
#conversejs .message.chat-info.chat-state-notification {
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
#conversejs .message.chat-info.chat-event {
|
#conversejs .message.chat-info.chat-event {
|
||||||
clear: left;
|
clear: left;
|
||||||
font-style: italic;
|
font-style: italic; }
|
||||||
font-size: 90%;
|
|
||||||
padding: 0.17rem 1rem; }
|
|
||||||
#conversejs .message.chat-info.chat-error {
|
#conversejs .message.chat-info.chat-error {
|
||||||
color: #D24E2B;
|
color: #D24E2B;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
@ -37,7 +37,8 @@
|
|||||||
color: $chat-head-color;
|
color: $chat-head-color;
|
||||||
font-size: $message-font-size;
|
font-size: $message-font-size;
|
||||||
line-height: $line-height-small;
|
line-height: $line-height-small;
|
||||||
padding: 0.35rem 1rem;
|
font-size: 90%;
|
||||||
|
padding: 0.17rem 1rem;
|
||||||
|
|
||||||
&.badge {
|
&.badge {
|
||||||
color: $chat-head-text-color;
|
color: $chat-head-text-color;
|
||||||
@ -48,8 +49,6 @@
|
|||||||
&.chat-event {
|
&.chat-event {
|
||||||
clear: left;
|
clear: left;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 90%;
|
|
||||||
padding: 0.17rem 1rem
|
|
||||||
}
|
}
|
||||||
&.chat-error {
|
&.chat-error {
|
||||||
color: $warning-color;
|
color: $warning-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user