diff --git a/bookwyrm/static/css/format.css b/bookwyrm/static/css/format.css index 6a1167b26..c640cd273 100644 --- a/bookwyrm/static/css/format.css +++ b/bookwyrm/static/css/format.css @@ -15,6 +15,11 @@ html { overflow: visible; } +.scroll-x { + overflow: hidden; + overflow-x: auto; +} + /* --- SHELVING --- */ .shelf-option:disabled > *::after { font-family: "icomoon"; diff --git a/bookwyrm/templates/feed/feed.html b/bookwyrm/templates/feed/feed.html index bc35d3b90..24131051a 100644 --- a/bookwyrm/templates/feed/feed.html +++ b/bookwyrm/templates/feed/feed.html @@ -1,6 +1,7 @@ {% extends 'feed/feed_layout.html' %} {% load i18n %} {% load bookwyrm_tags %} +{% load humanize %} {% block panel %}
+ {% blocktrans with mutuals=user.mutuals|intcomma count counter=user.mutuals %}{{ mutuals }} follower you follow{% plural %}{{ mutuals }} followers you follow{% endblocktrans %} +
+ {% endif %} +