diff --git a/carousels-gallery/src/components/Sidebar.astro b/carousels-gallery/src/components/Sidebar.astro index 2561e5b..fda75c2 100644 --- a/carousels-gallery/src/components/Sidebar.astro +++ b/carousels-gallery/src/components/Sidebar.astro @@ -21,19 +21,19 @@ const links = { { title: "Slider", href: "slider" }, { title: "Product", href: "product" }, { title: "Testimonials", href: "testimonials" }, - { title: "Virtualization", href: "virtualization" }, + // { title: "Virtualization", href: "virtualization" }, { title: "3D", href: "3d" }, { title: "Curved", href: "curved" }, { title: "Weather", href: "weather" }, - { title: "Picker", href: "#" }, + // { title: "Picker", href: "#" }, { title: "Media Player", href: "media-player" }, { title: "Wizard", href: "wizard" }, - { title: "Recommendations", href: "#" }, - { title: "Lightbox", href: "#" }, - { title: "Adaptive", href: "#" }, - { title: "Editable", href: "#" }, - { title: "Unlocker", href: "#" }, - { title: "Circular Lock", href: "#" }, + // { title: "Recommendations", href: "#" }, + // { title: "Lightbox", href: "#" }, + // { title: "Adaptive", href: "#" }, + // { title: "Editable", href: "#" }, + // { title: "Unlocker", href: "#" }, + // { title: "Circular Lock", href: "#" }, ], vertical: [ { title: "List", href: "list" }, @@ -41,18 +41,18 @@ const links = { { title: "Scrollyspy", href: "scroll-spy", badge: "Dev's Choice" }, { title: "Slides", href: "slides" }, { title: "Stack", href: "stack" }, - { title: "Cards", href: "#" }, - { title: "Gallery", href: "#" }, - { title: "Scrollytelling", href: "#" }, - { title: "Table Of Contents", href: "#" }, - { title: "Restaurant Menu", href: "#" }, - { title: "Date/Time Picker", href: "#" }, - { title: "Color Picker", href: "#" }, - { title: "Slot Machine", href: "#" }, + // { title: "Cards", href: "#" }, + // { title: "Gallery", href: "#" }, + // { title: "Scrollytelling", href: "#" }, + // { title: "Table Of Contents", href: "#" }, + // { title: "Restaurant Menu", href: "#" }, + // { title: "Date/Time Picker", href: "#" }, + // { title: "Color Picker", href: "#" }, + // { title: "Slot Machine", href: "#" }, ], bidi: [ { title: "Grid", href: "grid" }, - { title: "Slides", href: "#" }, + // { title: "Slides", href: "#" }, ], }; --- @@ -108,14 +108,10 @@ const links = { pathname === `/carousel/${key}/${link.href}` ? "active" : "" } > - {link.href === "#" ? ( - {link.title} - ) : ( - - {link.title}{" "} - {link.badge && {link.badge}} - - )} + + {link.title}{" "} + {link.badge && {link.badge}} + ))} @@ -282,6 +278,7 @@ const links = { } } + /* @media (height < 768px) { aside > footer { overflow-x: auto; @@ -301,6 +298,7 @@ const links = { } } } + */ } aside { diff --git a/carousels-gallery/src/pages/bidi/grid.astro b/carousels-gallery/src/pages/bidi/grid.astro index 09dea6e..f0d7de9 100644 --- a/carousels-gallery/src/pages/bidi/grid.astro +++ b/carousels-gallery/src/pages/bidi/grid.astro @@ -19,43 +19,90 @@ import Layout from "../../layouts/Layout.astro";

- +
+ +
diff --git a/carousels-gallery/src/pages/horizontal/weather.astro b/carousels-gallery/src/pages/horizontal/weather.astro index 9046c4e..f1daf26 100644 --- a/carousels-gallery/src/pages/horizontal/weather.astro +++ b/carousels-gallery/src/pages/horizontal/weather.astro @@ -17,77 +17,86 @@ import Layout from "../../layouts/Layout.astro";

- +
+ +