@celestia-island/hikari 0.38.1 → 0.38.2
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.
package/package.json
CHANGED
|
@@ -15,6 +15,15 @@
|
|
|
15
15
|
--hel-error: var(--color-error, 226 84 84);
|
|
16
16
|
--hel-warning: var(--color-warning, 222 168 62);
|
|
17
17
|
|
|
18
|
+
// The landing owns its full-viewport backdrop, so it must always fill
|
|
19
|
+
// the host's inline axis. Hosts vary: a plain block (the app overlay's
|
|
20
|
+
// fixed inset-0 box) already gives block children the full width, but a
|
|
21
|
+
// CENTERING host — e.g. a standalone mount root that is itself a
|
|
22
|
+
// centering flex/grid box — shrink-wraps flex/grid items to content
|
|
23
|
+
// width, which paints this background as one content-wide column and
|
|
24
|
+
// leaks the host body background down both sides. An explicit
|
|
25
|
+
// width:100% makes every host render the same edge-to-edge takeover.
|
|
26
|
+
width: 100%;
|
|
18
27
|
min-height: 100vh;
|
|
19
28
|
min-height: 100dvh;
|
|
20
29
|
display: flex;
|