diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index f6ac541..f48f5bf 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -212,6 +212,11 @@ white-space: nowrap; } +.topic-info-source { + overflow: hidden; + text-overflow: ellipsis; +} + .topic-full { .topic-voting { float: right; diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index 035f7f9..61a9b08 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -79,11 +79,13 @@ +
{{ username_linked(topic.user.username) }}
+ aria-label="Posted by">{{ username_linked(topic.user.username) }} {% else %} -
{{ topic.link_domain }}
+ aria-label="Link domain">{{ topic.link_domain }} {% endif %} +
{{ adaptive_date_responsive(topic.created_time, precision=1) }}