Display nicename in dashboard

This commit is contained in:
2026-02-05 07:40:00 +01:00
parent 11108bdfcc
commit e9ae850002
6 changed files with 52 additions and 19 deletions

View File

@@ -124,3 +124,12 @@ th {
th:after {
content: ":";
}
#show_username {
position: relative;
top: -30px;
width: calc(100% - 20px);
display: block;
font-weight: bold;
text-align: right;
}