javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.08k stars 72 forks source link

Chore: Minor CSS Update #303

Closed sigrunixia closed 1 year ago

sigrunixia commented 1 year ago

Close #266

Details

sigrunixia commented 1 year ago

Specifically, what mostly changed is this:

.is-live-preview .admonition-content br {
   display: inherit;
 }

.is-live-preview .admonition-content p {
   line-height: inherit;
   margin: revert;
 }

 .admonition .math-block {
   display: block;
   text-align: center;
   padding: 0;
 }
valentine195 commented 1 year ago

@sigrunixia if we have the main sass file, do we still need the css file at all?

Did you regenerate the css file with the scss file?

sigrunixia commented 1 year ago

@sigrunixia if we have the main sass file, do we still need the css file at all?

Did you regenerate the css file with the scss file?

Yes, and it should be the "same" at the moment mostly as I did not do SCSS nesting yet. Some repos I have submitted to want both .scss and css file, but I can remove it. Let me merge in your new settings changes.