diff --git a/static/default.css b/static/default.css
index 26075dd..4eb4cb0 100644
--- a/static/default.css
+++ b/static/default.css
@@ -66,6 +66,7 @@ header { width: 100%; margin-bottom: 1rem; }
.hypha-tabs__selection, .hypha-tabs__link { padding: .25rem .5rem; }
.header-links__entry:nth-of-type(1), .hypha-tabs__tab:nth-of-type(1) { margin-left: 2rem; }
+ .header-links__search { margin: 0; }
}
diff --git a/views/stuff.qtpl b/views/stuff.qtpl
index 61d52f7..cd593c5 100644
--- a/views/stuff.qtpl
+++ b/views/stuff.qtpl
@@ -23,6 +23,9 @@
{%- for _, link := range cfg.HeaderLinks -%}
{%- endfor -%}
+
{%s= UserMenuHTML(u) %}
diff --git a/views/stuff.qtpl.go b/views/stuff.qtpl.go
index 285f4e7..d456cf4 100644
--- a/views/stuff.qtpl.go
+++ b/views/stuff.qtpl.go
@@ -80,18 +80,21 @@ func StreamBaseHTML(qw422016 *qt422016.Writer, title, body string, u *user.User,
//line views/stuff.qtpl:25
}
//line views/stuff.qtpl:25
- qw422016.N().S(` `)
-//line views/stuff.qtpl:26
+ qw422016.N().S(`
+ `)
+//line views/stuff.qtpl:29
qw422016.N().S(UserMenuHTML(u))
-//line views/stuff.qtpl:26
+//line views/stuff.qtpl:29
qw422016.N().S(`
`)
-//line views/stuff.qtpl:30
+//line views/stuff.qtpl:33
qw422016.N().S(body)
-//line views/stuff.qtpl:30
+//line views/stuff.qtpl:33
qw422016.N().S(`
@@ -105,198 +108,198 @@ func StreamBaseHTML(qw422016 *qt422016.Writer, title, body string, u *user.User,
`)
-//line views/stuff.qtpl:42
+//line views/stuff.qtpl:45
StreamCommonScripts(qw422016)
-//line views/stuff.qtpl:42
+//line views/stuff.qtpl:45
qw422016.N().S(`