fix feed style

This commit is contained in:
Your Name 2024-06-18 18:22:18 -04:00 committed by Henri Dickson
parent 481f4e8d63
commit 2dad07674b
2 changed files with 4 additions and 4 deletions

View file

@ -33,9 +33,9 @@
}
}
.attachements {
.attachments {
img.preview {
max-height: 6em;
max-width: 50%;
max-height: 48vh;
max-width: 48%;
}
}

View file

@ -20,7 +20,7 @@
<main>
<div class="grid__main">
<h5>
{% trans 'Activities from those you follow' %}
<span class="large-only">{% trans 'Activities from those you follow' %}</span>
<small>
{% if feed_type == 1 %}
<a href="{% url 'social:feed' %}">{% trans "All" %}</a> | {% trans "What they read/watch/..." %}