mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
fix(registry): align notes reveal typing (#3234)
This commit is contained in:
@@ -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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user