We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd3b5b commit d1bc05bCopy full SHA for d1bc05b
1 file changed
docs/.vuepress/components/AmadeusNavigator.vue
@@ -65,7 +65,6 @@ const handleReplay = () => {
65
</div>
66
67
<div class="worldline-timeline">
68
- <div class="timeline-line"></div>
69
<AmadeusCard
70
v-for="(line, index) in worldLines"
71
:key="line.path"
@@ -238,21 +237,6 @@ export default {
238
237
padding-left: 60px;
239
}
240
241
-.timeline-line {
242
- position: absolute;
243
- left: 30px;
244
- top: 0;
245
- bottom: 0;
246
- width: 2px;
247
- background: linear-gradient(
248
- to bottom,
249
- transparent,
250
- #0f0 10%,
251
- #0f0 90%,
252
- transparent
253
- );
254
- box-shadow: 0 0 10px #0f0;
255
-}
256
257
.timeline-item {
258
flex: 0 0 calc(25% - 22.5px);
0 commit comments