Skip to content

Commit

Permalink
Merge pull request #2664 from sul-dlss/3291-browse-layout
Browse files Browse the repository at this point in the history
Adjust metadata display on browse list view
  • Loading branch information
taylor-steve authored Dec 3, 2024
2 parents 3085b78 + f3d9230 commit bb96b65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
@import "modules/caret";
@import "modules/search_across";
@import "modules/exhibit_search_typeahead";
@import "modules/browse";
10 changes: 10 additions & 0 deletions app/assets/stylesheets/modules/browse.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// The browse page does not have a sidebar, so some additional
// column adjustments are needed to make the metadata look okay.
.blacklight-browse-show .documents-list .document-metadata {
dt {
@extend .col-xl-2;
}
dd {
@extend .col-xl-10;
}
}

0 comments on commit bb96b65

Please sign in to comment.