From 3a927174151fd297768624478bab8eba4492bc43 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 16 Jul 2018 00:07:23 -0400 Subject: [PATCH] fix hiding logo --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 27c74e2..ac96e1e 100644 --- a/theme.css +++ b/theme.css @@ -75,6 +75,7 @@ html { } #loading .logo, +.logo-container, .window .logo { display: none; }