global: snap

This commit is contained in:
nym21
2026-04-07 13:49:02 +02:00
parent e91f1386b1
commit f022f62cce
24 changed files with 746 additions and 372 deletions

View File

@@ -179,7 +179,8 @@
}
}
#block-details {
#block-details,
#tx-details {
flex: 1;
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
@@ -321,6 +322,15 @@
color: var(--orange);
}
.coinbase-sig {
font-family: Lilex;
font-size: var(--font-size-xs);
opacity: 0.5;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
&.op-return {
opacity: 0.5;
}