add day dividers between date labels on schedule timeline
This commit is contained in:
parent
7613a4dde5
commit
89ca5cadb4
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@
|
|||
<div class="w-28 shrink-0"></div>
|
||||
<div class="flex-1 flex">
|
||||
<%= for day <- @timeline_days do %>
|
||||
<div class="flex-1 text-center">
|
||||
<div class="flex-1 text-center border-l first:border-l-0 border-gray-200 dark:border-gray-700">
|
||||
<span class="text-[10px] text-gray-400 dark:text-gray-500">
|
||||
{Calendar.strftime(day, "%-d %a")}
|
||||
</span>
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
<div class="w-28 shrink-0"></div>
|
||||
<div class="flex-1 flex">
|
||||
<%= for day <- @timeline_days do %>
|
||||
<div class="flex-1 text-center">
|
||||
<div class="flex-1 text-center border-l first:border-l-0 border-gray-200 dark:border-gray-700">
|
||||
<span class="text-[10px] text-gray-400 dark:text-gray-500">
|
||||
{Calendar.strftime(day, "%-d %a")}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue