Skip to content

Commit

Permalink
Improve appearance of search input
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Jan 29, 2023
1 parent d21f735 commit d611f09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/client/css/ui/secondary-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,16 @@
animation-fill-mode: forwards;
float: left;
padding-left: 1rem;
height: 3rem;
height: 4rem;
box-shadow: 0 0 1rem black, 0 0 2rem black;
filter: var(--filter-active-element);
box-sizing: border-box;
}

#secondary-navigation__search-button {
filter: var(--filter-active-element);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

@keyframes search-input-animation {
Expand Down

0 comments on commit d611f09

Please sign in to comment.