Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/html/pages/UI/general.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const pageTitle = "General UI Elements";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/UI/icons.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "icons";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/UI/timeline.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/browser-support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "browser-support";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/color-mode.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "color-mode";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/components/main-header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/components/main-sidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "main-sidebar";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "faq";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/how-to-contribute.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "how-to-contribute";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/introduction.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "introduction";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/javascript/treeview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "treeview";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "layout";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/docs/license.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = "license";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/forms/general.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "general";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/generate/theme.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/index2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
/>
</head>

<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/index3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
/>
</head>

<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/fixed-complete.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "fixed-complete";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed fixed-header fixed-footer sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed fixed-header fixed-footer sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/fixed-footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "fixed-footer";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="fixed-footer sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="fixed-footer sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/fixed-header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "fixed-header";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="fixed-header sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="fixed-header sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/fixed-sidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "fixed-sidebar";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/layout-custom-area.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "layout-custom-area";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path}/>
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/layout-rtl.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const isRtl = true;
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/layout/unfixed-sidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "unfixed-sidebar";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/tables/simple.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "simple";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/widgets/cards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "cards";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/widgets/info-box.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "info-box";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
2 changes: 1 addition & 1 deletion src/html/pages/widgets/small-box.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const page = "small-box";
</head>
<!--end::Head-->
<!--begin::Body-->
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<!--begin::App Wrapper-->
<div class="app-wrapper">
<Topbar path={path} />
Expand Down
Loading