From b91bacf14169defe293eae8d4b225f2923d2b4f4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 28 Mar 2017 23:26:10 +0200 Subject: Better styling of the empty content messages in the sidebar Signed-off-by: Joas Schilling --- core/css/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/css/styles.scss') diff --git a/core/css/styles.scss b/core/css/styles.scss index a5b7f2481d9..c9ba8695032 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -308,6 +308,10 @@ body { width: 100%; } +#app-sidebar #emptycontent, #app-sidebar .emptycontent { + margin-top: 10vh; +} + #emptycontent.emptycontent-search, .emptycontent.emptycontent-search { position: static; } -- cgit v1.2.3