From 5e141fa07aed2a77038a6e2f1d364341ce4bd120 Mon Sep 17 00:00:00 2001 From: Evan Lucas Date: Tue, 29 Mar 2016 05:55:43 -0500 Subject: [PATCH] client: make commandbar a little taller --- client/less/commandbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/less/commandbar.less b/client/less/commandbar.less index 54ef483..17635a9 100644 --- a/client/less/commandbar.less +++ b/client/less/commandbar.less @@ -8,7 +8,7 @@ irc-command-bar { .panel-body { margin: 0; padding: 0; - max-height: 200px; + max-height: 300px; overflow: scroll; }