From 493e677957432a3b8925f5b264558e4d6cfa1a77 Mon Sep 17 00:00:00 2001 From: gene Date: Sat, 26 Oct 2024 14:18:28 +0200 Subject: [PATCH] Updated fonts size. --- .../components/context-menu/index.html | 4 +- docs/content/components/index.html | 4 +- .../components/media-browser/index.html | 4 +- .../components/menu-overlay/index.html | 4 +- .../components/zx-playground/index.html | 4 +- .../controllers/drawer-layout/index.html | 4 +- .../controllers/gesture-helper/index.html | 4 +- .../controllers/header-auto-hide/index.html | 4 +- docs/content/controllers/index.html | 4 +- docs/content/controllers/list-view/index.html | 4 +- .../content/controllers/list-view/test-1.html | 2 +- .../content/controllers/list-view/test-2.html | 2 +- .../controllers/scroll-helper/index.html | 4 +- .../controllers/shadow-view/index.html | 4 +- .../controllers/transpose-fx/index.html | 4 +- .../content/controllers/view-pager/index.html | 4 +- docs/feed/rss.xml | 46 +++++++++---------- docs/home/index.html | 2 +- docs/search/index.html | 2 +- docs/service-worker.js | 2 +- docs/service-worker.js.map | 2 +- .../side_drawer/page_navigation.liquid | 2 +- source/_inc/layouts/side_drawer/style.css | 2 +- 23 files changed, 59 insertions(+), 59 deletions(-) diff --git a/docs/content/components/context-menu/index.html b/docs/content/components/context-menu/index.html index 4db480d9..a5a0f855 100644 --- a/docs/content/components/context-menu/index.html +++ b/docs/content/components/context-menu/index.html @@ -56,7 +56,7 @@ body { margin: 0; padding: 0; - font-size: 12pt!important; + font-size: 11pt!important; position: relative; min-height: 100vh; } @@ -406,7 +406,7 @@ contextMenu.show(); // hide the menu -contextMenu.hide();

Example

 
Next arrow_right 

Components

Context Menu

Cover image

A bottom popping context menu, like the one commonly used on mobile devices.

Menu Overlay

Cover image

A classic floating action button activated menu for page-contextual operations.

Media Browser

Cover image

A gestures enabled media browser supporting image, videos and text.

Playground

Cover image

Client-side web component editor with live preview and download functionality.

 
 

Components

Context Menu

Cover image

A bottom popping context menu, like the one commonly used on mobile devices.

Menu Overlay

Cover image

A classic floating action button activated menu for page-contextual operations.

Media Browser

Cover image

A gestures enabled media browser supporting image, videos and text.

Playground

Cover image

Client-side web component editor with live preview and download functionality.

 
 
arrow_left  Previous
Next arrow_right 
arrow_left  Previous
Next arrow_right 

Controllers

Shadow View

Cover image

Declarative shadow DOM view component

Transpose Fx

Cover image

Transpose effect to transition a component between two views

Gesture Helper

Cover image

Helper class for detecting common touch gestures.

List View

Cover image

List View with lazy-loaded elements

Drawer Layout

Cover image

An adaptive drawer layout for both mobile and desktop displays, gestures enabled.

View Pager

Cover image

View Pager component for implementing carousel, gallery, tab-views. Gesture enabled, for desktop and mobile.

Header Auto Hide

Cover image

Automatically hides/reveals header on scroll.

Scroll Helper

Cover image

Scroll helper to improve page scrolling handling, watching elements and get notified when they scroll into view.

 
 

Controllers

Shadow View

Cover image

Declarative shadow DOM view component

Transpose Fx

Cover image

Transpose effect to transition a component between two views

Gesture Helper

Cover image

Helper class for detecting common touch gestures.

List View

Cover image

List View with lazy-loaded elements

Drawer Layout

Cover image

An adaptive drawer layout for both mobile and desktop displays, gestures enabled.

View Pager

Cover image

View Pager component for implementing carousel, gallery, tab-views. Gesture enabled, for desktop and mobile.

Header Auto Hide

Cover image

Automatically hides/reveals header on scroll.

Scroll Helper

Cover image

Scroll helper to improve page scrolling handling, watching elements and get notified when they scroll into view.