From 93bbbba883cfaedaa9e921dcbc45972ec8cd9254 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 27 Jul 2020 17:32:50 -0500 Subject: OAuth form: make topbar clickable --- lib/pleroma/web/templates/layout/app.html.eex | 4 ++-- priv/static/instance/static.css | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@
- +
<%= render @view_module, @view_template, assigns %> diff --git a/priv/static/instance/static.css b/priv/static/instance/static.css index ec0a097bf..ccc48c294 100644 --- a/priv/static/instance/static.css +++ b/priv/static/instance/static.css @@ -19,6 +19,7 @@ body { } .instance-header { + height: 60px; padding: 10px; background: var(--foreground-color); box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.5); @@ -34,12 +35,13 @@ body { .instance-header__thumbnail { max-width: 40px; border-radius: 4px; - margin-right: 10px; + margin-right: 12px; } .instance-header__title { font-size: 16px; font-weight: bold; + color: var(--primary-text-color); } .container { -- cgit v1.2.3