Skip to content

Commit

Permalink
Fix entry selection arrow padding in search
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Mar 1, 2024
1 parent e47a0f4 commit b2a707a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/* Variables */
:root {
--main-content-horizontal-padding: 0.72em;
--entry-horizontal-padding: 0;

--padding: calc(10em / var(--font-size-no-units));
Expand Down Expand Up @@ -131,7 +132,7 @@ h1 {
.search-options {
display: flex;
flex-flow: row wrap;
margin: 0.5em 0;
margin: 0.5em calc(-1 * var(--main-content-horizontal-padding));
align-items: center;
}
.search-option {
Expand Down

0 comments on commit b2a707a

Please sign in to comment.