anentrypoint-design 0.0.416 → 0.0.418
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/dist/247420.css +7 -0
- package/dist/247420.js +26 -26
- package/package.json +1 -1
- package/src/css/app-shell/topbar.css +7 -0
package/dist/247420.css
CHANGED
|
@@ -1271,6 +1271,13 @@
|
|
|
1271
1271
|
.ds-247420 .app-main > .ds-files-stack,
|
|
1272
1272
|
.ds-247420 .app-main > .grow { flex: 1 1 auto; min-height: 0; }
|
|
1273
1273
|
.ds-247420 .app-main.narrow { max-width: var(--measure-narrow); margin: 0 auto; }
|
|
1274
|
+
/* A shell with no sidebar has no competing column, so the prose clamp there was
|
|
1275
|
+
leaving the whole sidebar's worth of width empty -- 760px of content inside a
|
|
1276
|
+
1413px shell on a real page. Widen the clamp by the space the absent sidebar
|
|
1277
|
+
would have taken so the measure still reads as prose, just not starved. */
|
|
1278
|
+
.ds-247420 .app-body.no-side .app-main.narrow {
|
|
1279
|
+
max-width: calc(var(--measure-narrow) + var(--sidebar-width));
|
|
1280
|
+
}
|
|
1274
1281
|
/* Article-body heading rhythm and lede spacing, consumed by flatspace-rendered
|
|
1275
1282
|
long-form pages (docs, papers) that drop headings/panels directly into .app-main. */
|
|
1276
1283
|
.ds-247420 .app-main > h1,
|