From 56b6383407fceb6157e42b7a957b7207cb195ae6 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Mon, 30 May 2016 13:16:15 +0000 Subject: [PATCH] gui: Prevent log bar from flashing up while page is loading The log bar is hidden by CSS, but will appear briefly while the page is loading (after the html is fetched, but before dev.css is fetched). Hide it by using an inline style instead, so this does not happen. GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3220 --- gui/default/assets/css/dev.css | 1 - gui/default/syncthing/development/logbar.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/default/assets/css/dev.css b/gui/default/assets/css/dev.css index 1bf030af2..5f8bb4af0 100644 --- a/gui/default/assets/css/dev.css +++ b/gui/default/assets/css/dev.css @@ -1,5 +1,4 @@ .dev-top-bar{ - display: none; background-color: yellow; } diff --git a/gui/default/syncthing/development/logbar.html b/gui/default/syncthing/development/logbar.html index 89ee1ae28..721ec6b4a 100644 --- a/gui/default/syncthing/development/logbar.html +++ b/gui/default/syncthing/development/logbar.html @@ -1,4 +1,4 @@ -
+