From cd7883d16956d80c67a91c4e07be5335f4de5c39 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 28 May 2026 20:47:08 +0200 Subject: first sketch of pinch zoom --- src/web/component/timeline/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/web/component/timeline/index.css') diff --git a/src/web/component/timeline/index.css b/src/web/component/timeline/index.css index 4060deb..8e61fcf 100644 --- a/src/web/component/timeline/index.css +++ b/src/web/component/timeline/index.css @@ -2,6 +2,15 @@ width: 100%; display: inline-grid; gap: 0px; + transition: transform 0.1s ease; +} + +.image { + text-align: center; + align-content: center; + font-weight: bold; + font-size: 0.5em; + overflow: hidden; } #container.tiling .image { -- cgit v1.2.3-70-g09d2