Skip to content

Commit

Permalink
Fix mobile view search result spacing
Browse files Browse the repository at this point in the history
Fixes #695

Aligns the caret-toggle with left-edge of grid. Resizes geoblacklight-icons and positions them along baseline.
  • Loading branch information
Eric Larson committed Aug 2, 2018
1 parent bf32402 commit 80f18be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.geoblacklight-icon {
color: $gray-600;
font-size: 1.2rem;
font-size: 1rem;
}

.geoblacklight-stanford {
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/geoblacklight/modules/results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
.status-icons {
order: 2;
margin-left: 0.5rem;
position:relative;
bottom:0.25rem;
}

.index_title {
Expand All @@ -38,6 +40,7 @@
@extend .fa, .fa-caret-right;
cursor: pointer;
width: 0.625rem;
margin-left:1rem;

&.open {
@extend .fa, .fa-caret-down;
Expand Down

0 comments on commit 80f18be

Please sign in to comment.