From fcd2970e27504a21c681aa2d92b6b17ee4b47434 Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Wed, 12 Jul 2017 13:58:03 -0400 Subject: [PATCH] modified: remarkbox_theme_meta/static/theme/meta/css/diff.css modified: remarkbox_theme_meta/templates/meta-base.j2 --- .../static/theme/meta/css/diff.css | 3 +++ remarkbox_theme_meta/templates/meta-base.j2 | 25 ++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css index cd3d4b6..1029117 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/diff.css +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -73,6 +73,9 @@ input { padding-top: 5px; } +#reply { + margin-top: 25px; +} ol, ul { padding-left: 40px; diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2 index c456ac0..bdd958a 100644 --- a/remarkbox_theme_meta/templates/meta-base.j2 +++ b/remarkbox_theme_meta/templates/meta-base.j2 @@ -23,12 +23,14 @@ {% set main_domain = "https://www.remarkbox.com" %} +{% if request.mode != 'embed' %} +{% endif %} +{% if request.mode != 'embed' %}



-
+{% else %} + +{%- endif %}


@@ -88,8 +103,6 @@ {%- endfor %} -
{{ request.namespace.name.split('.')[0] }}
-
{% block content %} {% endblock %}