Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
longregen authored Dec 20, 2024
1 parent 9651ebe commit ad55966
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions res/css/structures/_SearchBox.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ Please see LICENSE files in the repository root for full details.
.mx_SearchBox {
flex: 1 1 0;
min-width: 0;
padding-top: 10px;
padding-bottom: 10px;

.mx_textinput_search {
padding-top: 10px;
padding-bottom: 10px;
}

&.mx_SearchBox_blurred:not(:hover) {
background-color: transparent;
Expand Down

0 comments on commit ad55966

Please sign in to comment.