[Library | explore-redesign]: Added/ updated how filters appear in mobile screens | Updated search forms.

1. general.less: Added fixed position for .filters-toggle-button.
2. newSearchPage.component.html: Added floating button for filters in mobile screens.
3. advancedSearchForm.component.html: Re-introduced commented out <entities-selection> inside <advanced-search-input> | Removed iconPosition and commented button for filters inside search form.
4. home.module.ts: Imported SearchInputModule.
5. home.component.html: Replaced <advanced-search-input> with <div search-input>
6. searchDataProviders.component.ts: Set entitiesSelection to false for <new-search-page>
7. newSearchPage.component.ts & searchAll.component.html: Set entitiesSelection to false for <advanced-search-form>
This commit is contained in:
Konstantina Galouni 2023-05-08 17:10:51 +03:00
parent 2cf37e1371
commit 7d6932d363
1 changed files with 7 additions and 0 deletions

View File

@ -329,6 +329,13 @@ a:hover .text-usage-counts-hover:extend(.uk-text-background) {
}
}
.filters-toggle-button {
position: fixed;
bottom: 5vh;
right: 5vw;
z-index: @global-z-index - 20;
}
@inverse-general-custom-external-color: @global-inverse-color;
.hook-inverse() {