diff --git a/tildes/scss/modules/_btn.scss b/tildes/scss/modules/_btn.scss index 5e807c5..3fbf2ce 100644 --- a/tildes/scss/modules/_btn.scss +++ b/tildes/scss/modules/_btn.scss @@ -75,7 +75,7 @@ align-items: center; justify-content: space-between; margin: 0; - padding: 0.2rem; + padding: 0 0.2rem; // The buttons don't need to be spaced widely on a desktop @media (min-width: $size-md) { @@ -96,7 +96,7 @@ @include min-touch-size; display: flex; - padding: 0.2rem 0.4rem; + padding: 0.4rem; background: none; border: 0; diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2 index 9d58984..1cca6f4 100644 --- a/tildes/tildes/templates/topic.jinja2 +++ b/tildes/tildes/templates/topic.jinja2 @@ -66,7 +66,6 @@ {% endif %} {% endif %} -{% if request.has_any_permission(('edit', 'delete', 'tag', 'lock', 'move', 'edit_link', 'edit_title', 'remove', 'bookmark'), topic) %} {% if request.has_permission('edit', topic) %}