From 59b910056f2e171d60ef635d6bca7308b3c617d2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 13 May 2019 20:40:46 +0200 Subject: Improved dark mode in editor/fileview Co-authored-by: LarsVomMars --- src/main/resources/css/fileview.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/css/fileview.css') diff --git a/src/main/resources/css/fileview.css b/src/main/resources/css/fileview.css index 9c52ac2..24855aa 100644 --- a/src/main/resources/css/fileview.css +++ b/src/main/resources/css/fileview.css @@ -2,7 +2,7 @@ html, body { overflow: visible; } -.preview, .modify, .switch, .settings { +.modify, .switch, .settings { display: none; } -- cgit v1.2.3