From c9b4f432e5f6613c888726307d079c0e994cc398 Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Sat, 11 Jul 2020 12:44:56 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=8C?= =?UTF-8?q?=E9=95=B7=E3=81=99=E3=81=8E=E3=82=8B=E3=81=A8=E3=83=AC=E3=82=A4?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=81=8C=E5=B4=A9=E3=82=8C=E3=82=8B?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3=20#182?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websh_front/src/index.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websh_front/src/index.nim b/websh_front/src/index.nim index 5aedba1..adf899e 100644 --- a/websh_front/src/index.nim +++ b/websh_front/src/index.nim @@ -219,7 +219,8 @@ proc createDom(): VNode = text "Clear history" for hist in shellHistory: tdiv: - text hist + textarea(class = "textarea is-success", rows = "2", readonly="readonly"): + text hist tdiv(class = "column"): tdiv(class = "tile is-ancestor"): tdiv(class = "tile is-parent is-vertical"):