-
Notifications
You must be signed in to change notification settings - Fork 226
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
[ChannelDMs] Panel Background doesn't work with custom Themes #155
Comments
@tikkou Hello i resolved this problem mostly and i dont know for how many themes
|
i tested it with some themes and there still is problem because of namese so this is imposible for me to resolve this for every theme. |
tested a lot of themes and I can corfirm, nice fix. I will wait for @Strencher to close this issue |
I use AMOLEDcord and did run into this issue with the sidebar. the new code posted above did resolve the sidebar issue but when I popout DMs there no background, so there is no real distinction between text channel and popped out DM. The background of the DM popout is whatever the background of the text channel is. |
@amxmu because I wanted it to be more uniwersal I changed color to black with transparency ~60% |
if u dont want that u can change in line 304: background:#00000000 this element you can change to color you want last 00 is for transparency in hex so from 00 to ff |
@Hadeik perfect that works ty! |
Ideally the theme developer would add stylings specifically for ChannelDms, but changing the value used here would be enough html .ChannelDms-channelmembers-wrap .ChannelDms-channelmembers-header {
background: var(--background-secondary);
} |
feel free to submit a PR for this. |
Thank you for reporting this issue! To better organize issues and reduce clutter, I'm closing this issue as it has been consolidated into our pinned issue (#324) where we're tracking known broken plugins. |
AMOLED-Cord theme:
![image](https://user-images.githubusercontent.com/71342961/156889682-494d6724-7406-421d-94cb-5e3db524db47.png)
Cyberpunk theme:
![image](https://user-images.githubusercontent.com/71342961/156889693-93304c4b-8e53-4d6c-99df-1fd9aab12e45.png)
BasicBackground theme:
![image](https://user-images.githubusercontent.com/71342961/156889783-5872e01f-55b2-4df1-8576-23dc182e6189.png)
ClearVision theme:
![image](https://user-images.githubusercontent.com/71342961/156890152-f7fd8b9d-3a41-4f09-80ff-59850eb92317.png)
Couve theme:
![image](https://user-images.githubusercontent.com/71342961/156890294-a39ae140-d81d-4c3c-aae7-e6073e2910d2.png)
- but these work:
EzLight theme:
![image](https://user-images.githubusercontent.com/71342961/156890267-18ddc8fa-d89d-4704-a4da-f93ec72835fd.png)
Comfy theme:
![image](https://user-images.githubusercontent.com/71342961/156890174-2332c911-6f71-4812-9a0f-1a8f7c80afe5.png)
Amethyst theme:
![image](https://user-images.githubusercontent.com/71342961/156889839-abb6a747-1aee-4d1e-964b-8ec3c2a09ce3.png)
The text was updated successfully, but these errors were encountered: