#164 - Added a button on mobile to switch to In-File (and back)
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
}
|
||||
|
||||
.omnisearch-result__title > span {
|
||||
|
||||
}
|
||||
|
||||
.omnisearch-result__folder-path {
|
||||
@@ -37,9 +36,9 @@
|
||||
}
|
||||
|
||||
.omnisearch-result__extension {
|
||||
font-size: 0.7rem;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
font-size: 0.7rem;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.omnisearch-result__counter {
|
||||
font-size: 0.7rem;
|
||||
@@ -62,7 +61,7 @@
|
||||
|
||||
.omnisearch-result__image-container {
|
||||
flex-basis: 20%;
|
||||
text-align: right
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.omnisearch-highlight {
|
||||
@@ -83,14 +82,27 @@
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.omnisearch-input-container>button {
|
||||
margin-right: var(--size-4-3);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.omnisearch-input-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.omnisearch-input-container__buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
padding: 0 1em 0 1em;
|
||||
gap: 1em;
|
||||
}
|
||||
.omnisearch-input-container__buttons > button {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
.omnisearch-input-container__buttons {
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.omnisearch-input-field {
|
||||
|
||||
Reference in New Issue
Block a user