ui work, needs work

modified:   remarkbox_theme_meta/static/theme/meta/css/diff.css
	modified:   remarkbox_theme_meta/templates/meta-base.j2
This commit is contained in:
russellballestrini 2018-10-07 21:42:22 -04:00
parent db7c3e461c
commit d84e3d8b5d
2 changed files with 5 additions and 11 deletions

View file

@ -160,8 +160,12 @@ pre, .MathJax_Display {
@media screen and (max-width:568px) { @media screen and (max-width:568px) {
div.container.main { div.container.main {
margin-top: 80px; margin-top: 60px;
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
} }
div.namespace-description{
text-align: center;
}
} }

View file

@ -91,16 +91,6 @@
{% endif %} {% endif %}
</div> </div>
<div class="user">
{%- if request.user.authenticated %}
<span class="avoidwrap">
{{ snippets.user_link(request.user) }} <a href="/log-out">[log out]</a>
</span>
{% else %}
<a href="{{ request.app_url }}/join-or-log-in?return-to={{ request.path_url }}">join-or-log-in</a>
{%- endif %}
</div>
</nav> </nav>
{% endif %} {% endif %}