release(v1.8.12): auth UI & DnD polish — show OIDC, auto-SSO, right-aligned header icons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user