diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-27 17:32:50 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-27 17:32:50 -0500 |
commit | 93bbbba883cfaedaa9e921dcbc45972ec8cd9254 (patch) | |
tree | e917f9e7f923a5034cb80eb3a695706d040ac149 /priv | |
parent | 0f942215945250c73d8e354e593328fd807c9995 (diff) | |
download | pleroma-93bbbba883cfaedaa9e921dcbc45972ec8cd9254.tar.gz |
OAuth form: make topbar clickable
Diffstat (limited to 'priv')
-rw-r--r-- | priv/static/instance/static.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |