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>2018-09-03 15:57:15 +0300
committersualko <klaus@jsxc.org>2018-09-03 16:21:37 +0300
commit59c72abb958c32e8424bb1230e19217d55c730c7 (patch)
tree1c4bda238250a647a31b978517ed5a6fd16d67ab /scss
parentab392e5319249627edcb3c93c49f88c0452e2ff7 (diff)
adapt style for NC 11
Diffstat (limited to 'scss')
-rw-r--r--scss/_oc.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/_oc.scss b/scss/_oc.scss
index bd65ef2..a5795ec 100644
--- a/scss/_oc.scss
+++ b/scss/_oc.scss
@@ -13,6 +13,7 @@
}
#jsxc_roster {
+ padding-top: 5px; // NC >= 14
top: 45px;
z-index: 1500;
}
@@ -210,7 +211,7 @@
}
@media (min-width: 768px) {
- #content-wrapper, #filestable > thead {
+ #content, #content-wrapper, #filestable > thead {
padding-right: 0;
transition: padding-right 0.5s;
}
@@ -229,7 +230,7 @@
}
.jsxc-roster-shown {
- #content-wrapper, #filestable > thead {
+ #content, #content-wrapper, #filestable > thead {
padding-right: 210px;
}