to make it clearer that this toggle relates to chatting.
@@ -8015,7 +8015,7 @@ body.reset {
float: right;
height: 100%;
margin: 0 0.5em;
- padding: 10px 8px 0 8px; }
+ padding: 1em; }
#conversejs .toggle-controlbox span {
color: white; }
@@ -8091,7 +8091,7 @@ body {
@@ -421,7 +421,7 @@
margin: 0 $chat-gutter;
- padding: 10px 8px 0 8px;
+ padding: 1em;
span {
color: $inverse-link-color;
}
@@ -538,7 +538,7 @@
// artifacts (i.e. on page load the toggle is shown only to then
// seconds later be hidden in favor of the control box).
this.el.innerHTML = tpl_controlbox_toggle({
- 'label_toggle': _converse.connection.connected ? __('Contacts') : __('Toggle chat')
+ 'label_toggle': _converse.connection.connected ? __('Chat Contacts') : __('Toggle chat')
})
return this;
},