Add known sources dropdown to api docs (#5204)

closes #5156
This commit is contained in:
brendanlaschke
2024-04-29 10:39:40 +02:00
committed by GitHub
parent e976a1bdfc
commit adf64f0a4c
2 changed files with 55 additions and 20 deletions

View File

@ -7,6 +7,7 @@
padding: 0px 8px;
background: var(--ifm-color-secondary-contrast-background);
z-index: 2;
display: flex;
}
.form {
@ -15,6 +16,7 @@
gap: 10px;
width: 50%;
margin-left: auto;
flex: 0.7;
}
.link {
@ -42,6 +44,10 @@
height: 32px;
}
.input[disabled] {
color: rgb(153, 153, 153)
}
[data-theme='dark'] .input {
background-color: #16233f;
}