From 5860b2eebbc8527b3660ef8d9fc9db3aa973cfd6 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 18 May 2021 20:46:19 +0200 Subject: [PATCH] style cleanup --- src/public/stylesheets/style.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 2c70e24a5..09a28c4c1 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -103,26 +103,6 @@ span.fancytree-node.muted { opacity: 0.6; } display: none; } -.note-tab-content-template { - display: none !important; -} - -.note-tab-content { - display: flex; - flex-direction: row; - height: 100%; - width: 100%; -} - -/** we disable shield background when in zen mode because I couldn't get it to stay static - (it kept growing with content) */ -#root-widget:not(.zen-mode) .note-tab-content.protected { - /* DON'T COLLAPSE THE RULES INTO SINGLE ONE, BACKGROUND WON'T DISPLAY */ - background: url('../images/shield.svg') no-repeat; - background-size: contain; - background-position: center; -} - .zen-mode #center-pane { width: 100% !important; /* limit max width to improve readability */