File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ class="h-4 w-4 transition-transform"
3232 @foreach ($groupEntries as $i => $entry )
3333 <li class =" relative" wire:key =" timeline-entry-{{ $entry -> id } }" >
3434 @if ($i !== count ($groupEntries ) - 1 )
35- <span aria-hidden =" true" class =" absolute left-[22px] top-9 bottom-0 w-px bg-gray-200 dark:bg-white/10" ></span >
35+ <span aria-hidden =" true" class =" absolute left-2 top-9 -bottom-2 flex w-7 justify-center" >
36+ <span class =" w-px bg-gray-200 dark:bg-white/10" ></span >
37+ </span >
3638 @endif
3739 {!! $registry -> resolve ($entry )-> render ($entry ) ! !}
3840 </li >
@@ -45,7 +47,9 @@ class="h-4 w-4 transition-transform"
4547 @foreach ($entries as $i => $entry )
4648 <li class =" relative" wire:key =" timeline-entry-{{ $entry -> id } }" >
4749 @if ($i !== count ($entries ) - 1 )
48- <span aria-hidden =" true" class =" absolute left-[22px] top-9 bottom-0 w-px bg-gray-200 dark:bg-white/10" ></span >
50+ <span aria-hidden =" true" class =" absolute left-2 top-9 -bottom-2 flex w-7 justify-center" >
51+ <span class =" w-px bg-gray-200 dark:bg-white/10" ></span >
52+ </span >
4953 @endif
5054 {!! $registry -> resolve ($entry )-> render ($entry ) ! !}
5155 </li >
You can’t perform that action at this time.
0 commit comments