fix(registry): align notes reveal typing (#3234)

This commit is contained in:
James Russo
2026-08-11 17:03:43 -07:00
committed by GitHub
parent a16222d9a2
commit c69692464e
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -232,7 +232,7 @@ import { VariablesExplorer } from "/snippets/variables-explorer.jsx";
#title-l2 { #title-l2 {
position: absolute; position: absolute;
left: 62px; left: 62px;
font-size: 92px; font-size: 88px;
font-weight: 700; font-weight: 700;
letter-spacing: -0.005em; letter-spacing: -0.005em;
color: #191919; color: #191919;
@@ -251,7 +251,7 @@ import { VariablesExplorer } from "/snippets/variables-explorer.jsx";
font-weight: 400; font-weight: 400;
letter-spacing: 0em; letter-spacing: 0em;
color: #191919; color: #191919;
white-space: pre; white-space: nowrap;
} }
#caret { #caret {
position: absolute; position: absolute;
@@ -1746,7 +1746,7 @@ defaults, so this behaves exactly like the preview above until you change one:
#title-l2 { #title-l2 {
position: absolute; position: absolute;
left: 62px; left: 62px;
font-size: 92px; font-size: 88px;
font-weight: 700; font-weight: 700;
letter-spacing: -0.005em; letter-spacing: -0.005em;
color: #191919; color: #191919;
@@ -1765,7 +1765,7 @@ defaults, so this behaves exactly like the preview above until you change one:
font-weight: 400; font-weight: 400;
letter-spacing: 0em; letter-spacing: 0em;
color: #191919; color: #191919;
white-space: pre; white-space: nowrap;
} }
#caret { #caret {
position: absolute; position: absolute;
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -216,7 +216,7 @@
#title-l2 { #title-l2 {
position: absolute; position: absolute;
left: 62px; left: 62px;
font-size: 92px; font-size: 88px;
font-weight: 700; font-weight: 700;
letter-spacing: -0.005em; letter-spacing: -0.005em;
color: #191919; color: #191919;
@@ -235,7 +235,7 @@
font-weight: 400; font-weight: 400;
letter-spacing: 0em; letter-spacing: 0em;
color: #191919; color: #191919;
white-space: pre; white-space: nowrap;
} }
#caret { #caret {
position: absolute; position: absolute;