mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snap
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user