mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59: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);
|
||||
|
||||
@@ -95,7 +95,6 @@ button {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-transform: uppercase;
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: var(--line-height-xl);
|
||||
font-weight: 300;
|
||||
@@ -242,7 +241,6 @@ summary {
|
||||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
:is(a, button, summary) {
|
||||
|
||||
@@ -14,8 +14,34 @@
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Instrument;
|
||||
src: url("/assets/fonts/InstrumentSerif-Regular.woff2") format("woff2");
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Instrument;
|
||||
src: url("/assets/fonts/InstrumentSerif-Italic.woff2") format("woff2");
|
||||
font-style: italic;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Satoshi;
|
||||
src: url("/assets/fonts/Satoshi-Variable.woff2") format("woff2");
|
||||
font-weight: 100 900;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family:
|
||||
"Lilex", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
||||
"Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family:
|
||||
Instrument, Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
||||
}
|
||||
|
||||
@@ -44,14 +44,14 @@
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: -1rem;
|
||||
margin-bottom: -0.75rem;
|
||||
padding-left: var(--main-padding);
|
||||
margin-left: var(--negative-main-padding);
|
||||
padding-right: var(--main-padding);
|
||||
margin-right: var(--negative-main-padding);
|
||||
|
||||
h1 {
|
||||
font-size: 1.375rem;
|
||||
font-size: 2rem;
|
||||
letter-spacing: 0.075rem;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user