summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-28 23:26:10 +0200
committerJoas Schilling <coding@schilljs.com>2017-03-28 23:26:10 +0200
commitb91bacf14169defe293eae8d4b225f2923d2b4f4 (patch)
treecac2c11bf1f536866cb6ee8ac9032f7cd201030f /core/css
parente26f138fc596492da88b8a0d57749f5703e1d100 (diff)
downloadnextcloud-server-b91bacf14169defe293eae8d4b225f2923d2b4f4.tar.gz
nextcloud-server-b91bacf14169defe293eae8d4b225f2923d2b4f4.zip
Better styling of the empty content messages in the sidebar
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss4
1 files changed, 4 insertions, 0 deletions
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;
}