Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Incorrect rendering if used with dark theme #85

Closed
xcslabs opened this issue Feb 7, 2024 · 2 comments · Fixed by #86
Closed

Incorrect rendering if used with dark theme #85

xcslabs opened this issue Feb 7, 2024 · 2 comments · Fixed by #86
Assignees
Labels
cleanup Refactoring something

Comments

@xcslabs
Copy link

xcslabs commented Feb 7, 2024

It seems that there is a glitch when used with dark theme (tested with cicada and vicuna):

Screenshot_20240207_203347

@Monviech
Copy link
Owner

Monviech commented Feb 7, 2024

I guess it's because I hard coded the color of the div that encloses these elements. I can look at it.

<div style="margin-top: 20px; width: 100%; background-color: white; padding: 5px; border: 1px solid #ddd;">

Here I put "background color white", also put it in other parts because I don't use any dark mode. I gonna clean this up.

@Monviech Monviech self-assigned this Feb 7, 2024
@Monviech Monviech added the cleanup Refactoring something label Feb 7, 2024
@Monviech Monviech linked a pull request Feb 8, 2024 that will close this issue
@Monviech
Copy link
Owner

Monviech commented Feb 8, 2024

Fixed in latest version. Thanks for the feedback ^^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cleanup Refactoring something
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants