#96 - Fixed layout

This commit is contained in:
Simon Cambier
2022-09-23 08:40:24 +02:00
parent 0ca998741a
commit 0da61668b0
4 changed files with 10 additions and 16 deletions

View File

@@ -36,15 +36,13 @@
gap: 5px;
}
@media only screen and (max-width: 600px) {
.omnisearch-input-container {
flex-direction: column;
}
}
.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;
}