Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note background blackens after inserting a note gallery #38

Open
ProudBenzene opened this issue Apr 11, 2024 · 2 comments
Open

Note background blackens after inserting a note gallery #38

ProudBenzene opened this issue Apr 11, 2024 · 2 comments

Comments

@ProudBenzene
Copy link

ProudBenzene commented Apr 11, 2024

Hello dear developer, your plugin saved me when I was lost for the need of centralized embedding to show some notes. Especially its waterfall style is really amazing.

But at the same time I found a problem that after inserting a note gallery in a note, the background of the note will turn black ...... like the following:

Before insertion:

iShot_2024-04-11_20 24 13

After insertion:

iShot_2024-04-11_20 23 47

I wonder if this is some kind of CSS conflict? I hope you can tell me how to remove this background effect.

Finally, I would like to thank you again for developing such a WONDERFUL plugin and for your selflessness!

@ProudBenzene
Copy link
Author

I have found the, which is located in the style.css file of the plugin:

.view-content:has(div):has(.block-language-note-gallery) {
  background-color: var(--background-secondary) !important;
}

I have the background color of the page is back to normal.

@pashashocky
Copy link
Owner

This likely something I should remove.

@pashashocky pashashocky reopened this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants