From 5786e8497430eae29d1d1c91392b08df7941bb20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 18 Mar 2018 14:06:13 +0100 Subject: [PATCH] Moved some scripts around to try and reduce render-blocking --- server/public/assets/css/style.css | 5 +++++ server/public/layouts/client/main.handlebars | 23 +++++++++----------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index f026b16a..71152e93 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -8,6 +8,11 @@ 3.3 Search */ +.material-icons { + display: none; + width: 24px; +} + html { background: #2d2d2d; } diff --git a/server/public/layouts/client/main.handlebars b/server/public/layouts/client/main.handlebars index adab3b6f..f713e77d 100644 --- a/server/public/layouts/client/main.handlebars +++ b/server/public/layouts/client/main.handlebars @@ -23,22 +23,17 @@ - - {{#if embed}} - {{else}} + {{#unless embed}} - {{/if}} + {{/unless}} - - - - {{#if embed}} - {{else}} + + {{#unless embed}} - {{/if}} + {{/unless}} {{{body}}} - {{#if embed}} - {{else}} + {{#unless embed}}
Chromecast
@@ -73,7 +67,10 @@ {{> donate}} {{> footer}} - {{/if}} + {{/unless}} + + +