@fileverse-dev/ddoc 3.0.62 → 3.0.63
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/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184163,7 +184163,7 @@ const Pqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184163
184163
|
{
|
|
184164
184164
|
"data-testid": "tab-sidebar",
|
|
184165
184165
|
className: it(
|
|
184166
|
-
"flex flex-col items-start w-full h-full overflow-y-auto justify-start left-0 px-4
|
|
184166
|
+
"flex flex-col items-start w-full h-full overflow-y-auto justify-start left-0 px-4",
|
|
184167
184167
|
// Keep landscape TOC responsive: it can shrink to 182px on tighter widths
|
|
184168
184168
|
// and grow up to the original 263px when space allows.
|
|
184169
184169
|
c === "landscape" ? "!w-[clamp(182px,calc((100vw-1190px)/2),263px)] min-w-[182px] max-w-[263px]" : "max-w-[263px]",
|