Skip to content

Commit

Permalink
fix reset
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Jan 11, 2024
1 parent 4d178b6 commit 0106a7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ screen and (min-width: 1008px) {
margin-right: auto;
max-width: var(--content-max-width);
height: auto;
position: relative;
}

#searchbar {
Expand Down Expand Up @@ -318,4 +319,15 @@ kbd {
font-size: 1.3rem;
padding: 0.125rem 0.375rem;
white-space: nowrap;
}

.ais-SearchBox-submit {
display: none;

}

.ais-SearchBox-reset {
position: absolute;
right: 10px;
top: calc(50% - 10px);
}

0 comments on commit 0106a7b

Please sign in to comment.