Working signout button

This commit is contained in:
Olaf
2026-08-24 19:56:28 +02:00
parent 28a01175f7
commit 12f3580f60
17 changed files with 252 additions and 10 deletions
+23
View File
@@ -105,6 +105,25 @@ body::selection {
gap: 8px;
}
.auth-session {
display: flex;
align-items: center;
gap: 9px;
}
.auth-session .avatar {
width: 32px;
height: 32px;
flex-basis: 32px;
}
.auth-session .user-name {
max-width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.login-button {
flex: 0 0 auto;
margin-top: 2px;
@@ -447,6 +466,10 @@ button:disabled {
flex-direction: column;
}
.auth-session {
flex-direction: column;
}
.login-button {
padding: 8px 11px;
font-size: 0.9rem;