summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-17 08:47:00 +0100
committerPhil Hughes <me@iamphill.com>2018-05-17 08:47:00 +0100
commit92b0cefb95408d7ae78eaaa8deaf26101b3b70bb (patch)
tree09e6e2928a559567960e464e383347e8fd878f92
parentd3426a5f0003270af61e3b3ad38c0983d9cd4cfa (diff)
downloadgitlab-ce-ide-sidebar-spacing.tar.gz
fixed up spacing above & below listside-sidebar-spacing
fixed `no changes` spacing
-rw-r--r--app/assets/stylesheets/pages/repo.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index baef3a64be2..e52fa7e9b33 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -41,6 +41,7 @@
flex: 1;
padding-left: $gl-padding;
padding-right: $gl-padding;
+ padding-bottom: $grid-size;
.file {
cursor: pointer;
@@ -523,7 +524,7 @@
.multi-file-commit-list {
flex: 1;
overflow: auto;
- padding: $gl-padding 0;
+ padding: $grid-size 0;
margin-left: -$grid-size;
margin-right: -$grid-size;
min-height: 60px;
@@ -532,6 +533,11 @@
margin-left: 0;
margin-right: 0;
}
+
+ &.help-block {
+ margin-left: 0;
+ right: 0;
+ }
}
.multi-file-commit-list-item {
@@ -994,6 +1000,7 @@
.ide-tree-header {
display: flex;
align-items: center;
+ margin-bottom: 8px;
padding: 12px 0;
border-bottom: 1px solid $white-dark;