increased comment size

This commit is contained in:
Achilles Rasquinha 2018-03-30 23:27:38 +05:30
parent 801b5f71ef
commit 58d4ff346b

View file

@ -2095,8 +2095,8 @@ class extends Component {
h("div", { class: "panel-body", style: { "height": "100%" } },
h("div", { class: "vcenter" },
h("div", { class: "text-center text-extra-muted" },
h(frappe.components.Octicon, { type: "comment-discussion", style: "font-size: 48px" }),
h("p","",__("Select a Chat to start messaging."))
h(frappe.components.Octicon, { type: "comment-discussion", style: "font-size: 125px" }),
h("p","",__("Select a chat to start messaging."))
)
)
),