Index > removed close button under slider + extend slider nav buttons until bottom of the window
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
camille 2026-06-30 18:15:30 +02:00
parent 6bfd9ae262
commit 8d01737d02
4 changed files with 3 additions and 16 deletions

View file

@ -220,12 +220,6 @@ picture {
right: var(--body-margin);
bottom: var(--body-margin);
left: calc(var(--index-width) + var(--body-margin));
.closer {
inset: 0;
display: block;
position: absolute;
width: auto;
}
}
button.prev {

View file

@ -511,12 +511,6 @@ body[data-template=index] .project-slideshow-container {
bottom: var(--body-margin);
left: calc(var(--index-width) + var(--body-margin));
}
body[data-template=index] .project-slideshow-container .closer {
inset: 0;
display: block;
position: absolute;
width: auto;
}
body[data-template=index] button.prev {
position: absolute;
top: 0;

File diff suppressed because one or more lines are too long

View file

@ -26,7 +26,6 @@
</div>
<section class="toggle">
<div class= "project-slideshow-container">
<button class="closer"></button>
<div class="project-slideshow">
<?php foreach ($slides->values() as $i => $slide): ?>
<?php if ($slide->type() === 'video'): ?>
@ -56,10 +55,10 @@
]) ?>
<?php endif ?>
<?php endforeach; ?>
</div>
<button class="prev"></button>
<button class="next"></button>
</div>
</div>
<div class="project-description"><?= $project->description() ?></div>
<div class="project-description-mobile"><?= $project->descriptionMobile() ?></div>
<button class="close-button closer"></button>