diff options
-rw-r--r-- | src/cuirass/templates.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm index 6fa8643..9ebdd2e 100644 --- a/src/cuirass/templates.scm +++ b/src/cuirass/templates.scm @@ -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")) |