177247c3234b5de5d71f76c0940fa413142ee8ad
custom.css
| ... | ... | @@ -4,10 +4,22 @@ |
| 4 | 4 | max-width: 95%;
|
| 5 | 5 | }
|
| 6 | 6 | |
| 7 | +#wiki-content > .has-sidebar {
|
|
| 8 | + display: flex;
|
|
| 9 | + flex-direction: row-reverse;
|
|
| 10 | +}
|
|
| 11 | +
|
|
| 7 | 12 | #wiki-sidebar {
|
| 8 | - width: 18%;
|
|
| 13 | + width: 18em;
|
|
| 14 | + height: fit-content;
|
|
| 15 | + position: sticky;
|
|
| 16 | + top: 0;
|
|
| 9 | 17 | }
|
| 10 | 18 | |
| 11 | 19 | .has-sidebar #wiki-body {
|
| 12 | - width: 76%;
|
|
| 20 | + flex-grow: 1;
|
|
| 21 | +}
|
|
| 22 | +
|
|
| 23 | +.markdown-body {
|
|
| 24 | + padding: 1em;
|
|
| 13 | 25 | }
|