summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-06-27 08:06:35 +0000
committerPhil Hughes <me@iamphill.com>2017-06-27 08:06:35 +0000
commit28c45b047d0b967690428639e4383f2682c195da (patch)
tree520d20a03153113980a72b05f56a84ea4ff4554f /app/assets/stylesheets/pages/issuable.scss
parentad3843aee14abb36e0f4a7ede7210f26ed4879c9 (diff)
downloadgitlab-ce-28c45b047d0b967690428639e4383f2682c195da.tar.gz
Polish sidebar toggle
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 0d1a360d12c..e3ebcc8af6c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -228,6 +228,12 @@
padding-top: 10px;
}
+ &:not(.issue-boards-sidebar):not([data-signed-in]) {
+ .issuable-sidebar-header {
+ display: none;
+ }
+ }
+
.assign-yourself .btn-link {
padding-left: 0;
}
@@ -249,6 +255,10 @@
border-left: 1px solid $border-gray-normal;
}
+ .title .gutter-toggle {
+ margin-top: 0;
+ }
+
.assignee .avatar {
float: left;
margin-right: 10px;