Skip to content

Commit

Permalink
Hide mobile facet toggler and add margin to the bottom of the facet l…
Browse files Browse the repository at this point in the history
…ist. (#1021)
  • Loading branch information
lfarrell authored Oct 4, 2023
1 parent 5d82005 commit f0f5431
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/assets/stylesheets/unc_custom.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,21 @@ input#check_all {
}
}

/*
@TODO This is broken in hyrax 4.0.0 through at least hyrax 5.0.0.rc1
Toggling the facet values closes and immediately reopens the facet list
Hide it entirely until the issue is resolved upstreeam
*/
.facets-toggleable-md {
.navbar-toggler {
display: none;
}
}

#facet-panel-collapse {
margin-bottom: 25px;
}

@media only screen and (max-width: 1375px) {
.navbar-brand {
margin-left: 0;
Expand Down

0 comments on commit f0f5431

Please sign in to comment.