Skip to content

Commit

Permalink
fix: smaller iframe for navbars top
Browse files Browse the repository at this point in the history
  • Loading branch information
justyna-13 committed Jun 22, 2023
1 parent be9413d commit b7c44b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs/components/blocks/NavbarTop.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hideToc: true

## NavbarTop with white background

<Showcase showcase-name="NavbarTop/NavbarTop" no-paddings style="min-height: 500px;">
<Showcase showcase-name="NavbarTop/NavbarTop" no-paddings style="min-height: 150px;">

<!-- vue -->
<<<../../preview/nuxt/pages/showcases/NavbarTop/NavbarTop.vue
Expand All @@ -24,7 +24,7 @@ hideToc: true

## NavbarTop with filled background

<Showcase showcase-name="NavbarTop/NavbarTopFilled" no-paddings style="min-height: 500px;">
<Showcase showcase-name="NavbarTop/NavbarTopFilled" no-paddings style="min-height: 150px;">

<!-- vue -->
<<<../../preview/nuxt/pages/showcases/NavbarTop/NavbarTopFilled.vue
Expand All @@ -41,7 +41,7 @@ The alternate NavbarTop variant designed to work seamlessly with the NavbarBotto

By combining with the NavbarBottom, you can create a unified navigation structure that accommodates both top and bottom navigation elements on mobile devices. This ensures a smooth and intuitive user experience, allowing users to access important navigation options easily.

<Showcase showcase-name="NavbarTop/NavbarTopSimpleMobile" no-paddings style="min-height: 500px;">
<Showcase showcase-name="NavbarTop/NavbarTopSimpleMobile" no-paddings style="min-height: 150px;">

<!-- vue -->
<<<../../preview/nuxt/pages/showcases/NavbarTop/NavbarTopSimpleMobile.vue
Expand All @@ -54,7 +54,7 @@ By combining with the NavbarBottom, you can create a unified navigation structur

## NavbarTop with filled background and simple mobile bar

<Showcase showcase-name="NavbarTop/NavbarTopFilledSimpleMobile" no-paddings style="min-height: 500px;">
<Showcase showcase-name="NavbarTop/NavbarTopFilledSimpleMobile" no-paddings style="min-height: 150px;">

<!-- vue -->
<<<../../preview/nuxt/pages/showcases/NavbarTop/NavbarTopFilledSimpleMobile.vue
Expand Down

0 comments on commit b7c44b6

Please sign in to comment.