From 58d4ff346b34ba0bd22470cd57a1a47a481ac2a2 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Fri, 30 Mar 2018 23:27:38 +0530 Subject: [PATCH] increased comment size --- frappe/public/js/frappe/chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/js/frappe/chat.js b/frappe/public/js/frappe/chat.js index 8c7f531d23..8c4a66ca2a 100644 --- a/frappe/public/js/frappe/chat.js +++ b/frappe/public/js/frappe/chat.js @@ -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.")) ) ) ),