Skip to content

Commit 3001b30

Browse files
authored
Merge pull request #5878 from danny007in/sidebar-mobile
bug fix in default sidebar open mobile view
2 parents bebfccf + dc7d4bd commit 3001b30

29 files changed

+29
-29
lines changed

src/html/pages/UI/general.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const pageTitle = "General UI Elements";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

src/html/pages/UI/icons.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const page = "icons";
1919
</head>
2020
<!--end::Head-->
2121
<!--begin::Body-->
22-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
22+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2323
<!--begin::App Wrapper-->
2424
<div class="app-wrapper">
2525
<Topbar path={path} />

src/html/pages/UI/timeline.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
2525
</head>
2626
<!--end::Head-->
2727
<!--begin::Body-->
28-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
28+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2929
<!--begin::App Wrapper-->
3030
<div class="app-wrapper">
3131
<Topbar path={path} />

src/html/pages/docs/browser-support.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const page = "browser-support";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

src/html/pages/docs/color-mode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const page = "color-mode";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

src/html/pages/docs/components/main-header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const deploymentPath = depth === 0 ? './' : '../'.repeat(depth);
2626
</head>
2727
<!--end::Head-->
2828
<!--begin::Body-->
29-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
29+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
3030
<!--begin::App Wrapper-->
3131
<div class="app-wrapper">
3232
<Topbar path={path} />

src/html/pages/docs/components/main-sidebar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const page = "main-sidebar";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

src/html/pages/docs/faq.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const page = "faq";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

src/html/pages/docs/how-to-contribute.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const page = "how-to-contribute";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

src/html/pages/docs/introduction.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const page = "introduction";
2020
</head>
2121
<!--end::Head-->
2222
<!--begin::Body-->
23-
<body class="layout-fixed sidebar-expand-lg sidebar-open bg-body-tertiary">
23+
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
2424
<!--begin::App Wrapper-->
2525
<div class="app-wrapper">
2626
<Topbar path={path} />

0 commit comments

Comments
 (0)