fix: update styles

This commit is contained in:
2026-08-31 01:25:46 +05:00
parent 6c8f7b2d8b
commit 2c70c445d5
11 changed files with 63 additions and 77 deletions
+5 -7
View File
@@ -13,20 +13,18 @@
<style>
.meta-row {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 1rem;
padding: 0.25rem 0;
gap: 5px;
display: grid;
}
.meta-caption {
font-family: var(--font-mono);
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--muted);
line-height: normal;
}
.meta-value {
margin-top: 5px;
line-height: normal;
font-family: var(--font-mono);
font-size: 11px;
color: var(--foreground);