global: snapshot

This commit is contained in:
nym21
2026-04-08 12:09:35 +02:00
parent 0a4cb0601f
commit 3a7887348c
36 changed files with 5220 additions and 1585 deletions

View File

@@ -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);