global: final snapshot and fixes before release

This commit is contained in:
nym21
2026-03-22 23:16:52 +01:00
parent 514fdc40ee
commit 514b0513de
34 changed files with 323 additions and 210 deletions

View File

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