Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed Oct 10, 2024
1 parent 409c12d commit 8b76cfb
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 372 deletions.
759 changes: 395 additions & 364 deletions docs/Root.1c06208c.js → docs/Root.21c5ecc9.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/Root.c5092744.css → docs/Root.7f92515c.css
Original file line number Diff line number Diff line change
Expand Up @@ -5653,15 +5653,15 @@ div[data-fjio3y598t3hi2] .quick-fade-enter, div[data-fjio3y598t3hi2] .quick-fade
.segments .labels .ui-checkbox {
margin: 0;
}
.segments .segment-container {
.segments .timeline-container {
margin-bottom: 0.7rem;
width: 95%;
align-self: center;
min-height: 2.2rem;
overflow: visible;
transition: all ease 0.5s;
}
.segments .segment-container .segment {
.segments .timeline-container .segment {
color: var(--color);
position: absolute;
min-height: 1.4rem;
Expand All @@ -5675,10 +5675,10 @@ div[data-fjio3y598t3hi2] .quick-fade-enter, div[data-fjio3y598t3hi2] .quick-fade
animation-iteration-count: infinite;
animation-play-state: running;
}
.segments .segment-container .segment[selected] {
.segments .timeline-container .segment[selected] {
animation-name: pulse-fade;
}
.segments .segment-container .segment:not([isHuman]) {
.segments .timeline-container .segment:not([isHuman]) {
background-color: transparent;
--border-width: 8px // this is used later;
border-width: var(--border-width);
Expand All @@ -5687,7 +5687,7 @@ div[data-fjio3y598t3hi2] .quick-fade-enter, div[data-fjio3y598t3hi2] .quick-fade
overflow: hidden;
background-color: transparent !important;
}
.segments .segment-container .segment:not([isHuman]):not([rejectedBySomeone]):not([confirmedBySomeone]):not([selected]) {
.segments .timeline-container .segment:not([isHuman]):not([rejectedBySomeone]):not([confirmedBySomeone]):not([selected]) {
border-width: 0;
--border-gap: 10px;
--border-width: 2px;
Expand All @@ -5697,7 +5697,7 @@ div[data-fjio3y598t3hi2] .quick-fade-enter, div[data-fjio3y598t3hi2] .quick-fade
background-position: left top, right bottom, left bottom, right top;
animation: border-dance 1s infinite linear;
}
.segments .segment-container .segment:hover {
.segments .timeline-container .segment:hover {
box-shadow: var(--shadow-1);
opacity: 0.9;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Ible</title>
<link rel="stylesheet" href="Root.c5092744.css"></head>
<link rel="stylesheet" href="Root.7f92515c.css"></head>
<body>
<div id="vue-root">
</div>

<script type="module" src="Root.1c06208c.js"></script>
<script type="module" src="Root.21c5ecc9.js"></script>
</body>
</html>

0 comments on commit 8b76cfb

Please sign in to comment.