diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 84047115e..412d3f306 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -8,10 +8,10 @@
-
+

<%= Pleroma.Config.get([:instance, :name]) %>

-
+
<%= render @view_module, @view_template, assigns %> diff --git a/priv/static/instance/static.css b/priv/static/instance/static.css index ec0a097bf..ccc48c294 100644 Binary files a/priv/static/instance/static.css and b/priv/static/instance/static.css differ