From c7f66679227bac85868e13b38defa836e96b725f Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 29 Mar 2020 21:12:21 -0400 Subject: minor style changes --- lib/serve.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/serve.js b/lib/serve.js index 023fcc5..b80bd71 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1715,9 +1715,9 @@ Serve.prototype.newGathering = function () { ph('div', ph('textarea', { name: 'mentions', placeholder: 'Initial mentions', title: 'SSB feed/blob/message IDs to mention in the gathering root message', - cols: 70, style: 'font: monospace', - rows: Math.max(3, initialMentions.length + 2), - }, u.escapeHTML(initialMentions.join('\n')))), + cols: 53, style: 'font: monospace', + rows: Math.max(3, initialMentions.length + 1), + }, u.escapeHTML(initialMentions.join('\n')+'\n'))), self.phMsgActions(content) ]), content ? self.phPreview(content, { -- cgit v1.2.3