display name when available instead of email in header

This commit is contained in:
2022-03-08 22:46:14 +01:00
parent 6707528059
commit d9e5749f39
7 changed files with 33 additions and 3 deletions

View File

@@ -793,6 +793,9 @@ aside.messages{
#content-left{
z-index: 5;
box-sizing: content-box;
position:fixed;
max-width:1px;
overflow-x: hidden;
transition: all 0.3s ease-in-out;