Move category dropdown changes to desktop only (#11995)

follow-up to 615a091
This commit is contained in:
Kris 2021-02-05 11:30:08 -05:00 committed by GitHub
parent 3ed6747bf2
commit a2946b0728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View File

@ -56,15 +56,8 @@
display: flex;
float: left;
margin-right: 0.5em;
height: 100%;
margin-bottom: 0;
}
.select-kit-header {
align-self: stretch;
height: 100%;
margin-bottom: var(--nav-space);
}
}
#navigation-bar {

View File

@ -192,6 +192,18 @@ button.dismiss-read {
margin-left: 10px;
}
.category-breadcrumb {
// only target the top-level li, not dropdowns
> li {
height: 100%;
}
.select-kit-header {
align-self: stretch;
height: 100%;
margin-bottom: var(--nav-space);
}
}
.category-heading {
p {
line-height: $line-height-large;