From 4e7560295f3a65db5b667a661c13fd58f9d43b98 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Fri, 6 May 2016 12:39:36 -0400 Subject: [PATCH] NaCl module doesn't display until we start an app - this closes #49 --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 1602183..4e56cbd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -71,8 +71,8 @@ main { } #listener { overflow: hidden; - margin-top: 20px; - border: 1px solid; + margin-top: 0px; + height: 0px; } .fullscreen { height: 100vh !important;