fix feed style
This commit is contained in:
parent
481f4e8d63
commit
2dad07674b
2 changed files with 4 additions and 4 deletions
|
@ -33,9 +33,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.attachements {
|
||||
.attachments {
|
||||
img.preview {
|
||||
max-height: 6em;
|
||||
max-width: 50%;
|
||||
max-height: 48vh;
|
||||
max-width: 48%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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/..." %}
|
||||
|
|
Loading…
Add table
Reference in a new issue