diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index 063a1ef..016b434 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -1304,4 +1304,11 @@ pre.guru-meditation { margin-left: 0.5em; } + .user-display-name { + font-size: 110%; + } + + .user-jid { + font-size: 90%; + } } diff --git a/snikket_web/templates/library.j2 b/snikket_web/templates/library.j2 index bb0cef2..9e5c660 100644 --- a/snikket_web/templates/library.j2 +++ b/snikket_web/templates/library.j2 @@ -25,10 +25,10 @@ {%- endif -%}
-
{{- user.localpart -}}
{%- if user.display_name %}
{{- user.display_name -}}
{%- endif %} +
{{- user.localpart -}}@{{- config["SNIKKET_DOMAIN"] -}}
{%- endmacro -%}