Commit 1bba1558 authored by Jacob Schatz's avatar Jacob Schatz

Fix icon centering on collapsed view

parent 9c2bd8b7
......@@ -183,9 +183,7 @@
&.right-sidebar-collapsed {
.issuable-count,
.issuable-nav,
.assignee .title,
.assignee .selectbox,
.assignee .value .author,
.assignee > *,
.milestone > *,
.labels > *,
.participants > *,
......@@ -194,16 +192,17 @@
display: none;
}
.assignee {
margin-left: -7px;
}
.gutter-toggle {
margin-left: -207px;
}
.sidebar-collapsed-icon {
display: block;
float: left;
width: 62px;
text-align: center;
margin-left: -19px;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment