Skip to content

Commit

Permalink
Merge pull request #181 from AtkinsSJ/search-clear-button-height
Browse files Browse the repository at this point in the history
Fix size of "clear" button in launcher search box
  • Loading branch information
jelveh authored Mar 25, 2024
2 parents 4486feb + 734387d commit a69a704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2748,8 +2748,9 @@ label {
.launch-search-clear {
display: none;
position: absolute;
right: 10px;
right: 8px;
top: 8px;
height: 28px;
opacity: 0.5;
}

Expand Down

0 comments on commit a69a704

Please sign in to comment.