CSS: zoom-in cursor utility

This commit is contained in:
2018-09-18 12:49:06 +02:00
parent fe86f76617
commit 3e1273d56c
3 changed files with 5 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
| {% block node_preview %}
| {% if node.picture %}
| {% if current_user.has_cap('subscriber') or node.permissions.world %}
section.node-preview.d-flex.justify-content-center(
section.node-preview.d-flex.justify-content-center.cursor-zoom-in(
class="js-node-preview-image")
img.node-preview-thumbnail(
src="{{ node.picture.thumbnail('l', api=api) }}",