global: opreturn part 4

This commit is contained in:
nym21
2026-07-19 09:34:03 +02:00
parent 5161ae2012
commit 0fc61d7932
19 changed files with 510 additions and 108 deletions
+16 -26
View File
@@ -5,44 +5,41 @@
--block-title-label-size: 2.5rem;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.15rem 1rem;
align-items: baseline;
padding-bottom: 1.25rem;
[data-dim] {
opacity: 0.5;
}
[data-block-title] {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.35rem 1rem;
align-items: start;
> h1 {
min-width: 0;
}
[data-block-main] {
display: grid;
gap: 0.15rem;
min-width: 0;
> output {
justify-self: end;
white-space: nowrap;
}
[data-block-date],
[data-block-hash-line] {
> p,
> time {
color: var(--gray);
}
[data-block-date] {
> p {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: right;
}
[data-block-side] {
display: grid;
gap: 0.15rem;
justify-items: end;
min-width: max-content;
> time {
white-space: nowrap;
}
[data-block-actions] {
> div {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
@@ -60,11 +57,4 @@
padding: 0.25rem 0.375rem;
}
}
[data-block-hash-line] {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}