Skip to content

Commit

Permalink
fix: datetime widget margin and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Apr 16, 2023
1 parent e353763 commit 53f4970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/unfold/templates/admin/widgets/split_datetime.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="datetime flex flex-col max-w-2xl lg:flex-row">
<div class="basis-1/2 flex flex-col flex-wrap">
<div class="font-medium mb-2 text-gray-500 text-sm dark:text-gray-200">
<div class="basis-1/2 flex flex-col flex-wrap mr-2">
<div class="font-medium mb-2 text-gray-500 text-sm dark:text-gray-400">
{{ date_label }}
</div>

Expand All @@ -12,7 +12,7 @@
</div>

<div class="basis-1/2 flex flex-col flex-wrap lg:ml-auto mt-3 md:mt-0">
<div class="font-medium mb-2 text-gray-500 text-sm dark:text-gray-200">
<div class="font-medium mb-2 text-gray-500 text-sm dark:text-gray-400">
{{ time_label }}
</div>

Expand Down

0 comments on commit 53f4970

Please sign in to comment.