Skip to content

Commit

Permalink
Search icon alignment tweak (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
turner authored Aug 14, 2023
1 parent 0aa1f67 commit 7c5fedf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions css/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ $igv-navbar-locus-search-height: $igv-navbar-height - 10px;
cursor: pointer;
height: 16px;
width: 16px;

display: flex;
flex-flow: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;

}

}
Expand Down
5 changes: 5 additions & 0 deletions css/dom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/dom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/embedCss.js

Large diffs are not rendered by default.

0 comments on commit 7c5fedf

Please sign in to comment.