From c30d886bb7aa10c7bf58bcce2e7c58149036d63c Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 6 Jun 2025 19:31:04 +0200 Subject: [PATCH] not arrow if not enought images --- web/themes/custom/eql/dist/assets/css/bundle.css | 5 ++--- .../custom/eql/scss/pages/_ressource-type-en-images.scss | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index d55382f..8b9c174 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5905,9 +5905,9 @@ svg.ext { display: flex; flex-direction: column; align-items: center; - max-height: 65vh; + max-height: 60vh; grid-row: 1/span 2; - top: -35px; + top: 0px; position: relative; overflow: hidden; } @@ -5936,7 +5936,6 @@ svg.ext { scroll-behavior: smooth; position: relative; z-index: 0; - padding: 5px 0; } .page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails::-webkit-scrollbar { display: none; diff --git a/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss b/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss index c244209..0c6b8d0 100644 --- a/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss +++ b/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss @@ -92,9 +92,9 @@ display: flex; flex-direction: column; align-items: center; - max-height: 65vh; + max-height: 60vh; grid-row: 1 / span 2; - top: -35px; + top: 0px; position: relative; overflow: hidden; @@ -148,7 +148,7 @@ scroll-behavior: smooth; position: relative; z-index: 0; - padding: 5px 0; + // padding: 5px 0; &::-webkit-scrollbar { display: none;