From 3bd50ebac887229199fa6997eb0aaec361075b1a Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Oct 2025 16:28:20 +1100 Subject: [PATCH] fix: add viewport meta element (#135) --- examples/html-demo/index.html | 1 + examples/react-demo/index.html | 1 + packages/html/src/skins/frosted/styles.css | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/examples/html-demo/index.html b/examples/html-demo/index.html index b4cb9a24..d2d41990 100644 --- a/examples/html-demo/index.html +++ b/examples/html-demo/index.html @@ -2,6 +2,7 @@ + VJS HTML Demo diff --git a/examples/react-demo/index.html b/examples/react-demo/index.html index 7a6a9840..09476fa0 100644 --- a/examples/react-demo/index.html +++ b/examples/react-demo/index.html @@ -2,6 +2,7 @@ + VJS React Demo diff --git a/packages/html/src/skins/frosted/styles.css b/packages/html/src/skins/frosted/styles.css index c79b5651..c696d89e 100644 --- a/packages/html/src/skins/frosted/styles.css +++ b/packages/html/src/skins/frosted/styles.css @@ -304,6 +304,10 @@ media-mute-button[data-volume-level='off'] .volume-off-icon { border-radius: inherit; } +preview-time-display { + font-variant-numeric: tabular-nums; +} + .popup-animation { transition-property: transform, scale, opacity, filter; transition-duration: 200ms;