You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: