release(v1.8.12): auth UI & DnD polish — show OIDC, auto-SSO, right-aligned header icons

This commit is contained in:
Ryan
2025-11-08 16:05:20 -05:00
committed by GitHub
parent dc7797e50d
commit 448e246689
4 changed files with 637 additions and 1220 deletions

View File

@@ -141,7 +141,15 @@ body {
}#userDropdownToggle {
border-radius: 4px !important;
padding: 6px 10px !important;
}.header-buttons button:hover {
}
/* make the drop zone fill leftover space and right-align its own icons */
#headerDropArea.header-drop-zone{
display: flex;
justify-content: flex-end;
min-width: 100px;
}
.header-buttons button:hover {
background-color: rgba(255, 255, 255, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
color: #fff;