Fixed timeline arrows

This commit is contained in:
James Dinh 2022-06-07 12:12:50 -07:00
parent 7b9bf5e0fd
commit 489785ed60
2 changed files with 12 additions and 16 deletions

View File

@ -514,7 +514,6 @@ section {
width: 100%;
height: 100%;
margin-top: 200px;
padding-left: 50px;
}
.input-flex-container {
@ -526,30 +525,26 @@ section {
max-width: 1000px;
position: relative;
z-index: 0;
}
#timeline-left-arrow {
position: absolute;
float: left;
margin-left: 30px;
}
#timeline-right-arrow {
width: fit-content;
width: 0px;
height: fit-content;
position: relative;
top: 232px;
left: 48px;
right: 24px;
top: 2px;
}
#timeline-left-arrow {
width: fit-content;
width: 0px;
height: fit-content;
position: relative;
top: 198px;
left: 600px;
right: 58px;
top: 2px;
}
@media (max-width: 740px) {
#timeline-left-arrow {
left: calc(80vw);
#timeline-right-arrow {
right: calc(3vw);
}
}
@ -597,6 +592,7 @@ section {
content: "<";
color: white;
font-size: 30px;
position: relative;
} */
.timeline-input::after {

View File

@ -101,10 +101,9 @@
<div id="timeline">
<h2 id="timeline-heading">Timeline</h2>
<span class="caption">Click on each dot for more info</span>
<div id="timeline-right-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg></div>
<div id="timeline-left-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg></div>
<div class="flex-parent">
<div class="input-flex-container">
<div id="timeline-left-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg></div>
<input id="t1" class="timeline-input" type="radio" name="timeline-dot" data-description="1" checked>
<div onclick="checkt('t1')" class="dot-info" data-description="1">
<span class="year">8/12 4:00pm</span>
@ -130,6 +129,7 @@
<span class="year">8/14 3:30pm</span>
<span class="label">Awards Ceremony</span>
</div>
<div id="timeline-right-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg></div>
<div id="timeline-descriptions-wrapper">
<div data-description="1">
<h3>Opening Ceremony</h3>