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
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
6bfd9ae262
commit
8d01737d02
4 changed files with 3 additions and 16 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
|
@ -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,9 +55,9 @@
|
|||
]) ?>
|
||||
<?php endif ?>
|
||||
<?php endforeach; ?>
|
||||
<button class="prev"></button>
|
||||
<button class="next"></button>
|
||||
</div>
|
||||
<button class="prev"></button>
|
||||
<button class="next"></button>
|
||||
</div>
|
||||
<div class="project-description"><?= $project->description() ?></div>
|
||||
<div class="project-description-mobile"><?= $project->descriptionMobile() ?></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue