templates: Expand search input on focus.

* src/cuirass/templates.scm (html-page): Include CSS for widening the search
input field on focus.
This commit is contained in:
Ricardo Wurmus 2019-06-19 15:42:00 +02:00
parent 219506d5f9
commit 39e3c899e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
(href "/static/css/bootstrap.css")))
(link (@ (rel "stylesheet")
(href "/static/css/open-iconic-bootstrap.css")))
(style "#search input:focus { width: 500px; }")
(title ,title))
(body
(nav (@ (class "navbar navbar-expand navbar-light bg-light"))