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-05-23 16:31:21 +0300
committersualko <klaus@jsxc.org>2018-05-23 16:31:21 +0300
commitc66b8a25c641ade0472da8dcc98adf371d136b42 (patch)
tree0e42c87d5dd124b7facd39d90957aa57b506a350 /scss
parent5a984a013d1bbe443b2c0deb1abd686b592d3d1a (diff)
remove padding from controls
Diffstat (limited to 'scss')
-rw-r--r--scss/_oc.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_oc.scss b/scss/_oc.scss
index c2587fc..bd65ef2 100644
--- a/scss/_oc.scss
+++ b/scss/_oc.scss
@@ -210,7 +210,7 @@
}
@media (min-width: 768px) {
- #content-wrapper, #filestable > thead, #controls {
+ #content-wrapper, #filestable > thead {
padding-right: 0;
transition: padding-right 0.5s;
}
@@ -229,7 +229,7 @@
}
.jsxc-roster-shown {
- #content-wrapper, #filestable > thead, #controls {
+ #content-wrapper, #filestable > thead {
padding-right: 210px;
}