mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: final snapshot and fixes before release
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.chart {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
@@ -138,6 +139,7 @@
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
gap: 0.375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table > tr {
|
||||
@@ -203,15 +205,18 @@
|
||||
|
||||
td:last-child > .field {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 50;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
font-size: var(--font-size-xs);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
tr:not(:last-child) > td:last-child > .field {
|
||||
top: 0;
|
||||
right: 0;
|
||||
gap: 0.375rem;
|
||||
background-color: var(--background-color);
|
||||
align-items: center;
|
||||
text-transform: uppercase;
|
||||
padding-left: 0.625rem;
|
||||
padding-top: 0.35rem;
|
||||
@@ -232,10 +237,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
tr:last-child > td:last-child > .field {
|
||||
bottom: 2.125rem;
|
||||
}
|
||||
|
||||
button.capture {
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
top: -0.75rem;
|
||||
right: -0.75rem;
|
||||
z-index: 50;
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: var(--line-height-xs);
|
||||
|
||||
Reference in New Issue
Block a user