diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-28 20:47:08 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-28 20:47:08 +0200 |
| commit | cd7883d16956d80c67a91c4e07be5335f4de5c39 (patch) | |
| tree | 633631b3bbe3f6beb16859bcf0eb4c088eb571ae /src/web/component/timeline/index.css | |
| parent | 35fb9361b2113f4ebc7179b9421f5f3b8a98a6c7 (diff) | |
first sketch of pinch zoom
Diffstat (limited to 'src/web/component/timeline/index.css')
| -rw-r--r-- | src/web/component/timeline/index.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 { |