This commit is contained in:
Simon Cambier
2022-09-21 13:11:30 +02:00
parent 5b64f54aa4
commit 60de958d72
6 changed files with 116 additions and 59 deletions

View File

@@ -29,3 +29,22 @@
.omnisearch-highlight {
}
.omnisearch-input-container {
display: flex;
flex-direction: row;
gap: 5px;
}
.omnisearch-input-field {
position: relative;
flex-grow: 1;
}
.omnisearch-input__context {
position: absolute;
right: 1em;
top: calc(50% - 0.75em);
color: var(--text-faint);
font-size: small;
}