pull/28784/head
lon 2024-12-20 08:14:49 -03:00 committed by GitHub
parent 9651ebe182
commit ad5596647e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -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;