Update timeline.blade.php
This commit is contained in:
@@ -80,7 +80,7 @@ if ($op) {
|
||||
@else
|
||||
<ol class="border-l border-gray-200 dark:border-gray-700">
|
||||
@foreach ($events as $e)
|
||||
<li class="mb-10 ml-6" x-data="{ open: false }" @keydown.escape="open=false">
|
||||
<li class="mb-10 ml-6 relative" x-data="{ open: false }" @keydown.escape="open=false">
|
||||
<span class="flex absolute -left-3 justify-center items-center w-6 h-6 bg-blue-200 rounded-full ring-8 ring-white dark:ring-gray-900 dark:bg-blue-900">
|
||||
<svg aria-hidden="true" class="w-3 h-3 text-blue-600 dark:text-blue-300" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6 2a1 1 0 00-1 1v1H4a1 1 0 00-1 1v1H2a1 1 0 00-1 1v1H0v2h1v1h1v1h1v1h1v1a1 1 0 001 1h2v-1h6v1h2a1 1 0 001-1v-1h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1V8h-1V7h-1V6h-1V5h-1V4h-1V3a1 1 0-11-1-1H6z"></path></svg>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user