From ea99a09d7ba8bec409e6cc63684d6ea33e7fc6dd Mon Sep 17 00:00:00 2001 From: REJack Date: Sat, 3 Jun 2023 00:53:46 +0200 Subject: [PATCH] feat: reworked layout-fixed & added layout-fixed-complete --- src/html/components/dashboard/_sidenav.astro | 13 +- .../docs/components/main-sidebar.mdx | 2 +- src/html/pages/layout/fixed-complete.astro | 208 ++++++++++++++++++ src/scss/_app-content.scss | 36 +++ src/scss/_app-footer.scss | 3 +- src/scss/_app-main.scss | 61 +---- src/scss/_app-sidebar.scss | 124 ++++++----- src/scss/_bootstrap-variables.scss | 4 +- src/scss/_compact-mode.scss | 7 +- src/scss/_variables.scss | 10 +- src/scss/mixins/_animations.scss | 2 - src/scss/parts/_core.scss | 1 + 12 files changed, 332 insertions(+), 139 deletions(-) create mode 100644 src/html/pages/layout/fixed-complete.astro create mode 100644 src/scss/_app-content.scss diff --git a/src/html/components/dashboard/_sidenav.astro b/src/html/components/dashboard/_sidenav.astro index 721aead66..4a964de47 100644 --- a/src/html/components/dashboard/_sidenav.astro +++ b/src/html/components/dashboard/_sidenav.astro @@ -124,7 +124,7 @@ const htmlPath = convertPathToHtml(path);

Layout Options - 6 @@ -140,7 +140,7 @@ const htmlPath = convertPathToHtml(path); ]} > -

Unfixed Sidebar

+

Default Sidebar

+