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:
parent
db7c3e461c
commit
d84e3d8b5d
2 changed files with 5 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,16 +91,6 @@
|
|||
{% endif %}
|
||||
</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>
|
||||
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue