[Library | new-theme]: [Bug fix] searchAll.component.html: Add class "uk-flex uk-flex-center" in ul uk-slider-items instead of div with uk-position-relative - on eosc the arrows were visible when they shouldn't.
This commit is contained in:
parent
7ef6ae1481
commit
957a46ad84
|
@ -30,9 +30,9 @@
|
|||
description="Search for {{openaireEntities.RESULTS}} ({{openaireEntities.PUBLICATIONS}}, {{openaireEntities.DATASETS}}, {{openaireEntities.SOFTWARE}}, {{openaireEntities.OTHER}}), {{openaireEntities.PROJECTS}}, {{openaireEntities.ORGANIZATIONS}}, {{openaireEntities.DATASOURCES}} in the OpenAIRE Research Graph. "></schema2jsonld>
|
||||
<div class="uk-container-large uk-container uk-margin-large-top">
|
||||
<div class="uk-width-1-1" uk-slider="finite: true">
|
||||
<div class="uk-position-relative uk-flex uk-flex-center">
|
||||
<div class="uk-position-relative">
|
||||
<div class="uk-slider-container">
|
||||
<ul class="uk-slider-items" style="flex-wrap: nowrap !important;">
|
||||
<ul class="uk-slider-items uk-flex uk-flex-center" style="flex-wrap: nowrap !important;">
|
||||
<li *ngIf="showPublications || showDatasets || showOrps || showSoftware" (click)="entityChanged('result')">
|
||||
<ul class="uk-tab">
|
||||
<li [class.uk-active]="activeEntity == 'result'">
|
||||
|
|
Loading…
Reference in New Issue