/* CSS for TakeAsh.net */ #wiki-wrapper { max-width: 95%; } #wiki-content>.has-sidebar { /* display: flex; */ flex-direction: row-reverse; } #wiki-sidebar { width: 18em; height: fit-content; position: sticky; top: 0; } .has-sidebar #wiki-body { flex-grow: 1; } .markdown-body { padding: 1em; }