Add top bar logout button

This commit is contained in:
DonVoo 2026-07-13 01:35:21 +02:00
parent e7611b2d49
commit b475b03b9e
3 changed files with 33 additions and 24 deletions

View file

@ -70,6 +70,15 @@ body.ol2013 {
z-index: 20;
}
.ribbon-title { margin-left: auto; font-weight: 700; font-size: 15px; letter-spacing: .2px; }
.ribbon-logout {
color: #fff;
text-decoration: none;
padding: 6px 10px;
border: 1px solid rgba(255, 255, 255, .35);
}
.ribbon-logout:hover {
background: var(--ol-blue-dark);
}
.ribbon-tabs { display: flex; gap: 2px; height: 100%; }
.app-menu-button {
width: 54px;