Commit 2e515a95 authored by Holly Reynolds's avatar Holly Reynolds Committed by Annabel Dunstone Gray

Centered sidebar navigation items

Changelog update
parent 98cb3b4a
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
transition: padding $sidebar-transition-duration; transition: padding $sidebar-transition-duration;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 12px 15px; padding: 12px $gl-padding;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
> a { > a {
margin-left: 4px; margin-left: 4px;
// Subtract width of left border on active element // Subtract width of left border on active element
padding-left: 11px; padding-left: $gl-padding-12;
} }
.badge.badge-pill { .badge.badge-pill {
......
---
title: Updated sidebar navigation icons to be horizontally centered when bar is condensed
merge_request: 16820
author:
type: other
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