Skip to content
Snippets Groups Projects
Verified Commit b352462d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix dropdown header alignment; empty navbar positioning

parent 9b27f62d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset;
}
 
li {
li:not(.dropdown-bold-header) {
display: block;
padding: 0 1px;
 
Loading
Loading
Loading
Loading
@@ -5,22 +5,6 @@
.navbar-gitlab {
@include new-style-dropdown;
 
&.navbar-empty {
height: $header-height;
background: $white-light;
border-bottom: 1px solid $white-normal;
.center-logo {
margin: 8px 0;
text-align: center;
.tanuki-logo,
img {
height: 36px;
}
}
}
&.navbar-gitlab {
padding: 0 16px;
z-index: 1000;
Loading
Loading
@@ -550,7 +534,7 @@
color: $gl-text-color;
left: auto;
 
.current-user {
li.current-user {
padding: 5px 18px;
 
.user-name {
Loading
Loading
@@ -570,3 +554,19 @@
.with-performance-bar .navbar-gitlab {
top: $performance-bar-height;
}
.navbar-empty {
height: $header-height;
background: $white-light;
border-bottom: 1px solid $white-normal;
.center-logo {
margin: 8px 0;
text-align: center;
.tanuki-logo,
img {
height: 36px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment