diff --git a/assets/styles/03-components/picture-event.css b/assets/styles/03-components/picture-event.css index c351a37..d86a67a 100644 --- a/assets/styles/03-components/picture-event.css +++ b/assets/styles/03-components/picture-event.css @@ -1,6 +1,6 @@ figure.media { margin: 0; - padding: var(--spacing-3) var(--spacing-3) 0 var(--spacing-3); + padding: var(--spacing-3); border: none; box-shadow: none; background-color: var(--color-bg-light); diff --git a/templates/event/_kind20_picture.html.twig b/templates/event/_kind20_picture.html.twig index 18f3a9c..884d426 100644 --- a/templates/event/_kind20_picture.html.twig +++ b/templates/event/_kind20_picture.html.twig @@ -13,135 +13,8 @@ {% set isEmbed = true %} {% endif %} - {# Content warning #} - {% set contentWarning = null %} - {% for tag in event.tags %} - {% if tag[0] == 'content-warning' %} - {% set contentWarning = tag[1] %} - {% endif %} - {% endfor %} - - {% if contentWarning %} -
- ⚠️ Content Warning: {{ contentWarning }} - -
-