aboutsummaryrefslogtreecommitdiff
path: root/web/style.css
blob: f4785019588221179ecaea0431e22a071953f400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:root {
	--dummy: white;
	--indexwidth: 50px;
}

div.index {
	width: var(--indexwidth);
	position: fixed;
}

div.mapframe {
	margin-left: var(--indexwidth);
}