Skip to content

Commit

Permalink
More bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jun 30, 2023
1 parent 215ad0e commit 57a9945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pydata_sphinx_theme/assets/styles/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
left: 25px;
}

i.fa-solid.fa-magnifying-glass {
.fa-solid.fa-magnifying-glass {
position: absolute;
left: calc((2.5rem - 0.7em) / 2);
color: var(--pst-color-text-muted);
Expand Down Expand Up @@ -123,7 +123,7 @@
}

// Font and input text a bit bigger
i,
svg,
input {
font-size: var(--pst-font-size-icon);
}
Expand Down

0 comments on commit 57a9945

Please sign in to comment.