slide programme overflow

This commit is contained in:
2024-05-06 15:17:40 +02:00
parent 6b4af30cae
commit dd6a671951
14 changed files with 17 additions and 16 deletions
@@ -1658,7 +1658,7 @@ https://flickity.metafizzy.co
@media screen and (min-width: 1200px) {
#block-colloque2024-views-block-slide-programme-block-1 .__slide article,
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article {
width: calc(100% / 4 - 0.5rem * 2); } }
width: calc(100% / 4 - 0.5rem * 1); } }
#block-colloque2024-views-block-slide-programme-block-1 .__slide article a,
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article a {
width: 100%;
@@ -29,7 +29,8 @@
width: calc(100% / 3 - #{$gutter} * 2);
}
@media screen and (min-width: 1200px) {
width: calc(100% / 4 - #{$gutter} * 2);
width: calc(100% / 4 - #{$gutter} * 1);
}
a {
width: 100%;
+3 -3
View File
@@ -349,7 +349,7 @@ function scrollReaveal(){
hero_participant : document.querySelectorAll('.participant_full .__img'),
title_participant: document.querySelectorAll('.participant_full figcaption'),
article : document.querySelectorAll('.home #txt_present, article#presentation'),
blocs : document.querySelectorAll('#block-views-block-slide-programme-block-1, #block-views-block-dernieres-publications-block-1, .__ressources > *'),
blocs : document.querySelectorAll('#block-colloque2024-views-block-slide-programme-block-1, #block-colloque2024-views-block-dernieres-publications-block-1, .__ressources > *'),
p : document.querySelectorAll('article#presentation p, .letter-sort, .participant_full .content > *'),
programme: document.querySelectorAll('.programme.container'),
thumbnails : document.querySelectorAll('.programme .thumbnails, .views.__publications .thumbnails, .les_intervenants .thumbnails_participants'),
@@ -395,7 +395,7 @@ function scrollReaveal(){
function pagination(){
const $next = $('#block-views-block-gallerie-block-1 .pager a');
const $next = $('#block-colloque2024-views-block-gallerie-block-1 .pager a');
$next.on("click",function(event){
event.preventDefault();
@@ -434,7 +434,7 @@ function pagination(){
})
.done(function( data ) {
let $data = $(data).find(".wrap--image");
$( "#block-views-block-gallerie-block-1 section.d-flex" ).append($data);
$( "#block-colloque2024-views-block-gallerie-block-1 section.d-flex" ).append($data);
$next.attr('href', base_uri +'='+ currentPage);
@@ -26,7 +26,7 @@
<div class="row justify-content-end">
{% if rows[0] %}
<div class="__wrap_side col-sm-12 col-md-1">
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
{% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' %}
<div class="dl_ressource">
<a download class="blue" href="{{ file_url(site_settings.information_global.le_programme.uri) }}"><span>Télécharger le programme en pdf</span></a>
@@ -40,7 +40,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header-link_anchor.html.twig' %}
{% include 'themes/custom/colloque2024/template/components/header-link_anchor.html.twig' %}
</section>
{% endif %}
@@ -43,7 +43,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' %}
</section>
{% endif %}
@@ -40,7 +40,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' %}
</section>
{% endif %}
@@ -42,7 +42,7 @@
{% if header %}
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
{% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}