aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/timeline/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/component/timeline/index.css')
-rw-r--r--src/web/component/timeline/index.css9
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 {