Commit 2bb7f357 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix height of collapsed sidebar items

parent 8d2099cd
...@@ -104,11 +104,14 @@ $new-sidebar-collapsed-width: 50px; ...@@ -104,11 +104,14 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only { &.sidebar-icons-only {
width: $new-sidebar-collapsed-width; width: $new-sidebar-collapsed-width;
.nav-item-name,
.badge, .badge,
.project-title { .project-title {
display: none; display: none;
} }
.nav-item-name {
opacity: 0;
}
} }
&.nav-sidebar-expanded { &.nav-sidebar-expanded {
...@@ -361,7 +364,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -361,7 +364,7 @@ $new-sidebar-collapsed-width: 50px;
.sidebar-icons-only { .sidebar-icons-only {
.context-header { .context-header {
height: 60px; height: 61px;
a { a {
padding: 10px 4px; padding: 10px 4px;
......
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