diff --git a/static/default.css b/static/default.css
index 81b0c24..0b1ef47 100644
--- a/static/default.css
+++ b/static/default.css
@@ -24,7 +24,8 @@ header { width: 100%; margin-bottom: 1rem; }
.header-links__list, .hypha-tabs__flex { margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.header-links__entry, .hypha-tabs__tab { list-style-type: none; }
-.header-links__entry { margin-right: .5rem; }
+.header-links__entry { margin-right: .5rem; line-height: 1.25rem; }
+.header-links__search-bar { margin: 0; }
.header-links__entry_user, .header-links__entry_register { font-style:italic; }
.header-links__link { display: inline-block; padding: .25rem; text-decoration: none; }
diff --git a/views/stuff.qtpl b/views/stuff.qtpl
index a22e677..0d23b3d 100644
--- a/views/stuff.qtpl
+++ b/views/stuff.qtpl
@@ -23,9 +23,11 @@
{%- for _, link := range cfg.HeaderLinks -%}
{%- endfor -%}
-
+
{%s= UserMenuHTML(u) %}
diff --git a/views/stuff.qtpl.go b/views/stuff.qtpl.go
index 9c1d33a..433b2bf 100644
--- a/views/stuff.qtpl.go
+++ b/views/stuff.qtpl.go
@@ -80,21 +80,23 @@ func StreamBaseHTML(qw422016 *qt422016.Writer, title, body string, u *user.User,
//line views/stuff.qtpl:25
}
//line views/stuff.qtpl:25
- qw422016.N().S(`
+ qw422016.N().S(`
`)
-//line views/stuff.qtpl:29
+//line views/stuff.qtpl:31
qw422016.N().S(UserMenuHTML(u))
-//line views/stuff.qtpl:29
+//line views/stuff.qtpl:31
qw422016.N().S(`
`)
-//line views/stuff.qtpl:33
+//line views/stuff.qtpl:35
qw422016.N().S(body)
-//line views/stuff.qtpl:33
+//line views/stuff.qtpl:35
qw422016.N().S(`
@@ -108,198 +110,198 @@ func StreamBaseHTML(qw422016 *qt422016.Writer, title, body string, u *user.User,
`)
-//line views/stuff.qtpl:45
+//line views/stuff.qtpl:47
StreamCommonScripts(qw422016)
-//line views/stuff.qtpl:45
+//line views/stuff.qtpl:47
qw422016.N().S(`