mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +00:00
Search improvements
This commit is contained in:
@@ -33,8 +33,8 @@ struct SearchTextField: View {
|
||||
.textFieldStyle(.plain)
|
||||
#else
|
||||
.textFieldStyle(.roundedBorder)
|
||||
.padding(.leading, 5)
|
||||
.padding(.trailing, 10)
|
||||
.padding(.horizontal, 5)
|
||||
.padding(.trailing, state.queryText.isEmpty ? 0 : 10)
|
||||
#endif
|
||||
|
||||
if !state.queryText.isEmpty {
|
||||
|
Reference in New Issue
Block a user