Files
headscale-webui/static/css/overrides.css
iFargle 869817a501 test
2023-03-21 19:40:36 +09:00

76 lines
1.3 KiB
CSS

.collection .collection-item.avatar {
min-height: 0px;
}
.collapsible span.badge {
margin-left: 5px;
}
.dropdown-search {
top: 64px !important;
width: max-content !important;
left: unset !important;
right: 10px !important;
cursor: unset !important;
height: unset !important;
}
.dropdown-oidc {
top: 64px !important;
width: max-content !important;
left: unset !important;
right: 10px !important;
cursor: unset !important;
height: unset !important;
}
.dropdown-oidc-content {
padding: unset !important;
}
.dropdown-oidc-collection {
border: unset !important;
margin: unset !important;
}
li.dropdown-oidc-collection{
padding-left: 72px !important;
}
.dropdown-oidc-title {
padding: unset !important;
color: unset !important;
}
.overview-page {
color: unset !important;
}
.datepicker-modal {
width: max-content !important;
}
/* Search bar */
@media only screen and (max-width: 600px) {
.searchbarfix{
height: 56px !important;
}
}
@media only screen and (min-width: 601px) {
.searchbarfix{
height: 64px !important;
}
}
.navfix {
position:relative;
}
.navfix2 {
position:absolute;
}
nav form {
width: 54px;
}