Skip to content
Snippets Groups Projects
Commit 1bba1558 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Fix icon centering on collapsed view

parent 9c2bd8b7
Branches
Tags
1 merge request!2645Implement new design for issue and merge request right sidebar
Pipeline #
Loading
@@ -183,9 +183,7 @@
Loading
@@ -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 > *,
Loading
@@ -194,16 +192,17 @@
Loading
@@ -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;
}
} }
   
} }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment