fix: constrain timeline content width with side margins
This commit is contained in:
@@ -138,11 +138,20 @@
|
|||||||
.list-view {
|
.list-view {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 48px 48px 80px;
|
padding: 48px 0 80px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-header,
|
||||||
|
.two-col {
|
||||||
|
max-width: 960px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
padding-left: 48px;
|
||||||
|
padding-right: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Two-column below header ── */
|
/* ── Two-column below header ── */
|
||||||
.two-col {
|
.two-col {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user