Skip to content

Commit

Permalink
Merge pull request #38 from itbeard/master
Browse files Browse the repository at this point in the history
Fix search icon overlaping with the long search input placeholder text
  • Loading branch information
ronilaukkarinen authored Jul 3, 2023
2 parents 0bc0594 + 4e2f22d commit e92f6e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,8 @@ body.embed .button.logo-button:hover,

/* Misc UI fixes */
.layout-multiple-columns .search__icon .fa.active {
opacity: .6;
background-color: var(--color-mud);
opacity: 1;
}

/* Explore -> For you shade in bio */
Expand Down
3 changes: 2 additions & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,8 @@ body.embed .button.logo-button:hover,

/* Misc UI fixes */
.layout-single-column .search__icon .fa.active {
opacity: .6;
background-color: var(--color-mud);
opacity: 1;
}

/* Explore -> For you shade in bio */
Expand Down

0 comments on commit e92f6e8

Please sign in to comment.