diff --git a/sass/base_theme.scss b/sass/base_theme.scss index 85447cd..a6748c0 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -229,6 +229,7 @@ a:hover { .note-container { clear: right; padding:10px 0; + word-break: break-all; } } .color-menu-background { diff --git a/templates/utils.html b/templates/utils.html index 9eb781b..5cc6941 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -33,11 +33,11 @@
- {{ actor.name or actor.preferredUsername }} + {{ actor.name or actor.preferredUsername }} @{% if not no_color and obj.id | is_from_outbox %}{{ actor.preferredUsername }}{% else %}{{ actor.preferredUsername }}{% endif %}@{% if not no_color and obj.id | is_from_outbox %}{{ actor | url_or_id | get_url | domain }}{% else %}{{ actor | url_or_id | get_url | domain }}{% endif %} {% if not perma %} - +