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

Fix icon centering on collapsed view

parent 9c2bd8b7
...@@ -183,9 +183,7 @@ ...@@ -183,9 +183,7 @@
&.right-sidebar-collapsed { &.right-sidebar-collapsed {
.issuable-count, .issuable-count,
.issuable-nav, .issuable-nav,
.assignee .title, .assignee > *,
.assignee .selectbox,
.assignee .value .author,
.milestone > *, .milestone > *,
.labels > *, .labels > *,
.participants > *, .participants > *,
...@@ -194,16 +192,17 @@ ...@@ -194,16 +192,17 @@
display: none; display: none;
} }
.assignee {
margin-left: -7px;
}
.gutter-toggle { .gutter-toggle {
margin-left: -207px; margin-left: -207px;
} }
.sidebar-collapsed-icon { .sidebar-collapsed-icon {
display: block; 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