Show current user in top bar

This commit is contained in:
DonVoo 2026-07-13 02:04:50 +02:00
parent 8e9fb55710
commit 0bb49019b6
4 changed files with 56 additions and 41 deletions

View file

@ -70,6 +70,14 @@ body.ol2013 {
z-index: 20;
}
.ribbon-spacer { margin-left: auto; }
.ribbon-user {
color: #fff;
max-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 600;
}
.ribbon-icon {
width: 32px;
height: 32px;