Skip to content

Commit

Permalink
Only reposition left side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent ff0a457 commit fc48cc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@
// Facets
// Any sidebar
.sidebar {
.section {
border-color: $subtle-grey-01;
border-style: solid;
border-width: 1px;
}

.block.block-facets {
border: 0;
color: $dark-blue-02;
Expand Down Expand Up @@ -197,6 +191,12 @@
// Only render the region when there are facets to display
display: none;

.section {
border-color: $subtle-grey-01;
border-style: solid;
border-width: 1px;
}

&:has(.block-facets:not(.hidden)) {
display: block;
}
Expand Down

0 comments on commit fc48cc3

Please sign in to comment.