Move app title to right side of ribbon

This commit is contained in:
DonVoo 2026-07-06 07:13:09 +02:00
parent cc15771262
commit a4ea4c120e
2 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ body.ol2013 {
height: 44px;
flex: 0 0 auto;
}
.ribbon-title { font-weight: 600; font-size: 15px; letter-spacing: .2px; }
.ribbon-title { margin-left: auto; font-weight: 700; font-size: 15px; letter-spacing: .2px; }
.ribbon-tabs { display: flex; gap: 2px; height: 100%; }
.tab {
display: flex; align-items: center;