Skip to content

Commit

Permalink
Fix asides in previews on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Jan 16, 2024
1 parent bf30fd9 commit bf3b4fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layout_marginalia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ body {
.preview {
max-width: calc(${opts.max_width_main}rem + 1rem);
}
.preview .aside {
display: none;
}
}
@media (min-width: ${opts.wide_and_margins() + (opts.toc * 2)}rem) {
Expand Down

0 comments on commit bf3b4fc

Please sign in to comment.