Moved sidebar out of microhook

Moved the sidebar out of the after-post-list microhook and into the base theme template. This should resolve the styling issue which will break sites using the before-post-list microhook. This does tie the plugin to Tiny-theme baseof theme, which is not great. Will need to resolve this in some way, but should work for now.
This commit is contained in:
Leon Mika 2024-03-24 12:06:08 +11:00
parent a9f0437fc7
commit 7a3eb89fd8
5 changed files with 31 additions and 4 deletions

View file

@ -3,7 +3,7 @@
max-width: 50em;
}
div.wrapper:has(div.sidebar) {
div.page-content:has(div.sidebar) {
display: grid;
grid-template-columns: minmax(20em,35em) 15em;
column-gap: 60px;