From 587297a1c8792aae49153e9c330d21822e174244 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 21 Aug 2023 13:59:20 +0300 Subject: [PATCH 1/2] [Library & common-assets | develop]: Minor updates in mobile screens in icons/ paddings in landing pages. 1. resultLanding.component.html & project.component.html & dataProvider.component.html & organization.component.html: In mobile (small) screens, change ratio of icons in bottom action bar from 2 to 1.4. 2. showIdentifiers.component.ts: In mobile (small) screens, added in fs-modal classTitle="uk-tile-default uk-border-bottom". 3. landing.less: Added variable @landing-action-bar-mobile-border: @global-border; to use it in border-top of landing-action-bar-mobile > div | Changed padding of landing-action-bar-mobile > div to 8px in top and bottom. --- .../dataProvider/dataProvider.component.html | 6 +++--- .../landing-utils/showIdentifiers.component.ts | 2 +- .../organization/organization.component.html | 4 ++-- landingPages/project/project.component.html | 6 +++--- .../result/resultLanding.component.html | 18 +++++++++--------- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/landingPages/dataProvider/dataProvider.component.html b/landingPages/dataProvider/dataProvider.component.html index 376cbb87..88d1c251 100644 --- a/landingPages/dataProvider/dataProvider.component.html +++ b/landingPages/dataProvider/dataProvider.component.html @@ -442,19 +442,19 @@
- + {{openaireEntities.DATASOURCE}}
- + Metrics
- + Actions
diff --git a/landingPages/landing-utils/showIdentifiers.component.ts b/landingPages/landing-utils/showIdentifiers.component.ts index 2391f877..e4644c34 100644 --- a/landingPages/landing-utils/showIdentifiers.component.ts +++ b/landingPages/landing-utils/showIdentifiers.component.ts @@ -53,7 +53,7 @@ import {properties} from "../../../../environments/environment";
- +
diff --git a/landingPages/organization/organization.component.html b/landingPages/organization/organization.component.html index 7224fe00..cc4127ae 100644 --- a/landingPages/organization/organization.component.html +++ b/landingPages/organization/organization.component.html @@ -377,13 +377,13 @@
- + {{openaireEntities.ORGANIZATION}}
- + Actions
diff --git a/landingPages/project/project.component.html b/landingPages/project/project.component.html index 5ee9dd1d..b552d1c1 100644 --- a/landingPages/project/project.component.html +++ b/landingPages/project/project.component.html @@ -583,19 +583,19 @@
diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index 3842aebf..ce78b0f7 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -697,26 +697,26 @@ From c658f6b63fd08dea67e71655dfa048f0d8a1a41a Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 23 Aug 2023 16:52:21 +0300 Subject: [PATCH 2/2] Fix dropdown-filter where the mobile dropdown opens in Desktop too. --- utils/dropdown-filter/dropdown-filter.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dropdown-filter/dropdown-filter.component.ts b/utils/dropdown-filter/dropdown-filter.component.ts index 2c7f1847..2470f49c 100644 --- a/utils/dropdown-filter/dropdown-filter.component.ts +++ b/utils/dropdown-filter/dropdown-filter.component.ts @@ -19,7 +19,7 @@ declare var UIkit;
- +