efemkay / obsidian-modular-css-layout

CSS Layout hack for Obsidian.md
https://efemkay.github.io/obsidian-modular-css-layout/
GNU General Public License v3.0
918 stars 74 forks source link

Left-fixed visualized differently between preview and actual reading mode #55

Open tsteckenborn opened 11 months ago

tsteckenborn commented 11 months ago

Given

> [!multi-column|left-fixed]
> 
> > [!blank-container]+
> > 
> > ```button
> > name New Meeting
> > type note(undefined, split) template
> > action Meeting
> > ```
> 
> > [!blank-container]+
> > 
> > ```button
> > name New Mail
> > type note(undefined, split) template
> > action Mail
> > ```
> 
> 

it is displayed correctly within the preview:

yet seems to have malformed visualization in reading mode:

Updated from a version around 0.6. Was working fine back then.