@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 1.36 kB
Source Map (JSON)
{"version":3,"file":"style.mjs","names":["lobeStaticStylish"],"sources":["../../src/Layout/style.ts"],"sourcesContent":["import { createStaticStyles, cx } from 'antd-style';\n\nimport { lobeStaticStylish } from '@/styles';\n\nexport const styles = createStaticStyles(({ css }) => {\n return {\n app: css`\n overflow: hidden auto;\n height: 100dvh;\n `,\n aside: css`\n position: sticky;\n z-index: 2;\n height: 100%;\n `,\n asideInner: css`\n overflow: hidden auto;\n width: 100%;\n height: calc(100dvh - var(--layout-header-height, 64px));\n `,\n content: css`\n position: relative;\n flex: 1;\n max-width: 100%;\n `,\n\n footer: css`\n position: relative;\n max-width: 100%;\n `,\n header: cx(\n lobeStaticStylish.blur,\n css`\n position: sticky;\n z-index: 999;\n inset-block-start: 0;\n max-width: 100%;\n `,\n ),\n main: css`\n position: relative;\n display: flex;\n align-items: stretch;\n max-width: 100vw;\n `,\n toc: css``,\n };\n});\n"],"mappings":";;;;AAIA,MAAa,SAAS,oBAAoB,EAAE,iBAAU;AACpD,QAAO;EACL,KAAK,KAAG;;;;EAIR,OAAO,KAAG;;;;;EAKV,YAAY,KAAG;;;;;EAKf,SAAS,KAAG;;;;;EAMZ,QAAQ,KAAG;;;;EAIX,QAAQ,GACNA,cAAkB,MAClB,KAAG;;;;;QAMJ;EACD,MAAM,KAAG;;;;;;EAMT,KAAK,KAAG;EACT;EACD"}