diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css index e3f3112..a43ae93 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/diff.css +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -160,8 +160,12 @@ pre, .MathJax_Display { @media screen and (max-width:568px) { div.container.main { - margin-top: 80px; + margin-top: 60px; padding-left: 12px; padding-right: 12px; } + + div.namespace-description{ + text-align: center; + } } diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2 index 9bf8076..a4c1df0 100644 --- a/remarkbox_theme_meta/templates/meta-base.j2 +++ b/remarkbox_theme_meta/templates/meta-base.j2 @@ -91,16 +91,6 @@ {% endif %} -
- {%- if request.user.authenticated %} - - {{ snippets.user_link(request.user) }} [log out] - - {% else %} - join-or-log-in - {%- endif %} -
- {% endif %}