mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 03:26:44 +01:00
30 lines
570 B
CSS
30 lines
570 B
CSS
.collection .collection-item.avatar {
|
|
min-height: 0px;
|
|
}
|
|
|
|
.collapsible span.badge {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.dropdown-oidc {
|
|
top: 64px !important;
|
|
width: 200px !important;
|
|
left: unset !important;
|
|
right: 10px !important;
|
|
cursor: unset !important;
|
|
height: unset !important;
|
|
}
|
|
|
|
.dropdown-oidc-collection {
|
|
border: unset !important;
|
|
margin: unset !important;
|
|
}
|
|
|
|
.dropdown-oidc-collection .collection-item {
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.dropdown-oidc-collection .title {
|
|
color: unset !important;
|
|
padding: unset !important;
|
|
} |