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);
|
right: var(--body-margin);
|
||||||
bottom: var(--body-margin);
|
bottom: var(--body-margin);
|
||||||
left: calc(var(--index-width) + var(--body-margin));
|
left: calc(var(--index-width) + var(--body-margin));
|
||||||
.closer {
|
|
||||||
inset: 0;
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.prev {
|
button.prev {
|
||||||
|
|
|
||||||
|
|
@ -511,12 +511,6 @@ body[data-template=index] .project-slideshow-container {
|
||||||
bottom: var(--body-margin);
|
bottom: var(--body-margin);
|
||||||
left: calc(var(--index-width) + 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 {
|
body[data-template=index] button.prev {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -26,7 +26,6 @@
|
||||||
</div>
|
</div>
|
||||||
<section class="toggle">
|
<section class="toggle">
|
||||||
<div class= "project-slideshow-container">
|
<div class= "project-slideshow-container">
|
||||||
<button class="closer"></button>
|
|
||||||
<div class="project-slideshow">
|
<div class="project-slideshow">
|
||||||
<?php foreach ($slides->values() as $i => $slide): ?>
|
<?php foreach ($slides->values() as $i => $slide): ?>
|
||||||
<?php if ($slide->type() === 'video'): ?>
|
<?php if ($slide->type() === 'video'): ?>
|
||||||
|
|
@ -56,9 +55,9 @@
|
||||||
]) ?>
|
]) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<button class="prev"></button>
|
|
||||||
<button class="next"></button>
|
|
||||||
</div>
|
</div>
|
||||||
|
<button class="prev"></button>
|
||||||
|
<button class="next"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-description"><?= $project->description() ?></div>
|
<div class="project-description"><?= $project->description() ?></div>
|
||||||
<div class="project-description-mobile"><?= $project->descriptionMobile() ?></div>
|
<div class="project-description-mobile"><?= $project->descriptionMobile() ?></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue