aboutsummaryrefslogtreecommitdiff
path: root/posts/style.scss
blob: 532f49164733ffa8645f3dc7f0b0efd8d03e343f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
---

// fill width
#posts {
	table-layout: auto;
	width: 100%;
}

// fit date column
#posts td:nth-child(1),
#posts th:nth-child(1) {
	white-space: nowrap;
	width: 1%;
}

// dates with table numerals
#posts td:nth-child(1) { font-feature-settings: "tnum"; }

#search {
	display: flex;
	gap: 6px;

	margin-bottom: 24px;
}
#search input[type=text] { flex-grow: 1; }