adjust spacing of items in metadata section

This commit is contained in:
jeffvli
2026-02-09 14:00:05 -08:00
parent c7509472c1
commit 95dee5f4ee
@@ -200,7 +200,6 @@
flex-direction: column;
gap: var(--theme-spacing-xs);
align-items: center;
padding: var(--theme-spacing-sm);
overflow: hidden;
text-overflow: ellipsis;
font-size: var(--theme-font-size-md);
@@ -239,10 +238,9 @@
.row .metadata-extra {
display: flex;
flex-direction: column;
gap: var(--theme-spacing-3xs);
gap: var(--theme-spacing-xs);
align-items: center;
width: 100%;
margin-top: var(--theme-spacing-3xs);
font-size: var(--theme-font-size-sm);
color: var(--theme-colors-foreground-muted);
text-align: center;