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

Turn on the CSS snippet, will affect the table width of the minimal theme #45

Closed MugenLee closed 1 year ago

MugenLee commented 1 year ago

Problem Description: When I use the minimal theme of v7.0.7 and set cssclass: table-wide in yaml, if 「MCL Gallery Cards.css」and 「 MCL Multi Column.css」 is turned on at the same time, table-wide will not work

According to my test, any opening of these two snippets will cause this problem. Only when they are closed at the same time can this problem be solved.

I recorded the corresponding animation, please check

动画

I like minimal and your CSS snippets very much. They are widely used in my OB system. Please be sure to solve this problem. If you have any questions, please feel free to contact me

expecting your reply

efemkay commented 1 year ago

@MugenLee i've identified the issue. i guess i was too eager to remove the need to specify the minimal-float for float callout that the snippet inadvertently, disrupt minimal own wide table settings.

i will release fix soon

MugenLee commented 1 year ago

@MugenLee i've identified the issue. i guess i was too eager to remove the need to specify the minimal-float for float callout that the snippet inadvertently, disrupt minimal own wide table settings.

i will release fix soon

great! In addition, when I was using the latest version of OB v1.4, I found that after opening the new properties, it is smaller than the width of the text below

also to look at together @efemkay image image

efemkay commented 1 year ago

i've released a fix. do have a test on it

MugenLee commented 1 year ago

i've released a fix. do have a test on it

Wonderful~ thx so much~