Skip to content

Commit

Permalink
Merge pull request #1292 from vaibhav-yerkar/issue-1285
Browse files Browse the repository at this point in the history
Fix: Search Bar text not visible while searching #1285
  • Loading branch information
apu52 authored Oct 24, 2024
2 parents 40d4735 + 54ddad2 commit 95eadec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@ main {
.search-btn {
padding-right: 10px;
}
/* sets search-input width to 800px when user is inputting a query else is set to 0 */
.search-input:focus{
width: 800px;
}

/*-----------------------------------*\
#PAGINATION SECTION
Expand Down

0 comments on commit 95eadec

Please sign in to comment.