Add dir="auto" to Searchbox (#434)
This commit is contained in:
parent
cf47c1b8ad
commit
13a4580ce2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ proc renderSearch*(): VNode =
|
|||
tdiv(class="search-bar"):
|
||||
form(`method`="get", action="/search"):
|
||||
hiddenField("f", "users")
|
||||
input(`type`="text", name="q", autofocus="", placeholder="Enter username...")
|
||||
input(`type`="text", name="q", autofocus="", placeholder="Enter username...", dir="auto")
|
||||
button(`type`="submit"): icon "search"
|
||||
|
||||
proc renderProfileTabs*(query: Query; username: string): VNode =
|
||||
|
|
Loading…
Reference in a new issue