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
new file mode 100644
index 0000000..4060deb
--- /dev/null
+++ b/src/web/component/timeline/index.css
@@ -0,0 +1,9 @@
+#container {
+ width: 100%;
+ display: inline-grid;
+ gap: 0px;
+}
+
+#container.tiling .image {
+ aspect-ratio: 1 / 1 !important;
+}