aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/timeline/index.css
blob: 6d58f59b183f868a62df4065d1874a9d6637a86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#container {
	width: 100%;
	display: inline-grid;
	gap: 0px;
	overflow-y: auto;
}

.image {
	text-align: center;
	align-content: center;
	font-weight: bold;
	font-size: 0.5em;
	overflow: hidden;
}

#container.tiling .image {
	aspect-ratio: 1 / 1 !important;
}