1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-28 23:07:30 +00:00

Autofocus is bad on ios chrome

This commit is contained in:
Cadence Ember 2020-05-20 01:23:38 +12:00
parent e6cd2bdff6
commit 62ef852004
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412

View File

@ -15,7 +15,7 @@ html
section section
h2.title Go to profile h2.title Go to profile
form(method="get" action="/u").pair-entry form(method="get" action="/u").pair-entry
input(type="text" name="u" placeholder="Username or URL" autofocus).text input(type="text" name="u" placeholder="Username or URL").text
input(type="submit" value="Go").button input(type="submit" value="Go").button
section section
h2.title Go to post h2.title Go to post