@signal9/era-ui 4.16.3 → 4.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -217,13 +217,13 @@
|
|
|
217
217
|
* the heading — the corner then MEASURES slightly uneven and finally LOOKS
|
|
218
218
|
* even, which is the order optics always wins in.
|
|
219
219
|
*
|
|
220
|
-
* 0.
|
|
220
|
+
* 0.22em, not the ~0.07em side-bearing alone: a first line is usually a
|
|
221
221
|
* heavy cap or a heading, and dense ink right at a boundary needs more
|
|
222
222
|
* room than a light vertical stem to feel equally far from it — the same
|
|
223
223
|
* reason display type sets its top margin above geometric equality. Tuned
|
|
224
224
|
* by eye against the left inset. */
|
|
225
225
|
.era-notes-prose :global(.tiptap > :first-child) {
|
|
226
|
-
margin-top: 0.
|
|
226
|
+
margin-top: 0.22em;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
/* FALLBACK for engines without text-box (Firefox): the trim above silently
|
|
@@ -242,9 +242,9 @@
|
|
|
242
242
|
* this block and keep the exact version. */
|
|
243
243
|
@supports not ((text-box-trim: trim-start) and (text-box-edge: cap alphabetic)) {
|
|
244
244
|
.era-notes-prose :global(.tiptap > :first-child) {
|
|
245
|
-
/* -0.45em of untrimmed leading, plus the same +0.
|
|
245
|
+
/* -0.45em of untrimmed leading, plus the same +0.22em optical
|
|
246
246
|
* allowance the trimmed path adds above. */
|
|
247
|
-
margin-top: -0.
|
|
247
|
+
margin-top: -0.23em;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
|