We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f24c2 commit b353b96Copy full SHA for b353b96
src/onegov/feriennet/templates/macros.pt
@@ -477,7 +477,7 @@
477
<div class="activity-list-item card">
478
<a href="${request.link(activity)}">
479
<div class="grid-x align-middle">
480
- <div tal:condition="activity.thumbnail|nothing" style="width: 100%; padding-bottom: 60%; background-image: url('${activity.thumbnail}'); background-size: cover;"></div>
+ <div class="activity-image" tal:condition="activity.thumbnail|nothing" style="width: 100%; padding-bottom: 60%; background-image: url('${activity.thumbnail}'); background-size: cover;"></div>
481
<div class="cell small-12 card-section">
482
483
<h5>${activity.title}</h5>
0 commit comments