mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
|
||||
.dim {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
overflow-y: auto;
|
||||
padding: var(--main-padding) 0;
|
||||
@@ -180,7 +184,8 @@
|
||||
}
|
||||
|
||||
#block-details,
|
||||
#tx-details {
|
||||
#tx-details,
|
||||
#addr-details {
|
||||
flex: 1;
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
|
||||
Reference in New Issue
Block a user