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

Flashbang with Vencord mobile #191

Open
Seb-135 opened this issue May 26, 2023 · 2 comments
Open

Flashbang with Vencord mobile #191

Seb-135 opened this issue May 26, 2023 · 2 comments

Comments

@Seb-135
Copy link

Seb-135 commented May 26, 2023

This theme is the best I've found for mobile, it works almost flawlessly and looks great.

The only issue I have with it, is that it seems to set the off-screen app colour to white, which unthemed and other themes don't do. This isn't usually an issue, but when closing the soft keyboard, the app takes a moment to resize the view, and thus covers half of the screen in white:

Flashbang.mp4
@CapnKitten
Copy link
Owner

The theme doesn't officially support Vencord Mobile.

@Seb-135
Copy link
Author

Seb-135 commented May 26, 2023

After a significant amount of time messing around with this, I have figured out the cause - it is the background-color: transparent; for body on line 217. Seems that the default webview background is white, so overlaying transparency.. just produces white.
For some reason, importing the source.css url and overriding this property in Vencord's QuickCSS does not actually fix it. I had to copypaste the entire css and change that one line to something opaque.
Is there any reason for the background to be transparent? If not, changing it to --main-color or --main-alt would be best.

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