fix: padding when not active for SearchBox

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

View File

@ -9,6 +9,8 @@ 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_SearchBox_blurred:not(:hover) {
background-color: transparent;