Skip to content

Commit a2d410a

Browse files
committed
style: metadata-bar: Remove border from container
The border was removed from the metadata container.
1 parent 08f5ca8 commit a2d410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/components/metadata-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ end }}
99

1010
{{ if or $hasInfo $hasButtons }}
11-
<div class="metadata-container flex flex-wrap items-center justify-between gap-x-6 gap-y-3 mb-6 border-y border-border dark:border-darkmode-border py-3">
11+
<div class="metadata-container flex flex-wrap items-center justify-between gap-x-6 gap-y-3 mb-6 py-0">
1212

1313
<!-- Left side: Info (Author, Date) -->
1414
<div class="info-items flex flex-wrap items-center gap-x-5 gap-y-2 text-sm text-gray-600 dark:text-gray-400">

0 commit comments

Comments
 (0)