fix(desktop/chat): Using default height and padding for community search box

Fix #5200
This commit is contained in:
Michal Iskierko 2022-03-28 18:41:39 +02:00 committed by Iuri Matias
parent 022193fe8f
commit 17cdb1bb91
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ StatusModal {
id: searchBox
input.placeholderText: qsTr("Search for communities or topics")
input.icon.name: "search"
input.height: 36
input.topPadding: 9
}
StatusModalDivider { topPadding: 8 }