Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-03-09 12:28:05 +0300
committersualko <klaus@jsxc.org>2017-03-09 12:28:05 +0300
commit14c156b0260ec7c62d0f69262c20de2451b77e8c (patch)
tree4df3aea282229e75992b39487b8822d03039fa09 /scss
parentfc8d1a3f7e46605685c3dee90b7817bfe3284362 (diff)
add padding to app content
Diffstat (limited to 'scss')
-rw-r--r--scss/_oc.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_oc.scss b/scss/_oc.scss
index e71b5db..88d6c94 100644
--- a/scss/_oc.scss
+++ b/scss/_oc.scss
@@ -202,6 +202,10 @@
#mainContainer, #odf-toolbar, #app-sidebar {
right: 210px;
}
+
+ #app-content.with-app-sidebar {
+ padding-right: 50px;
+ }
}
}