DiscordStyles / Fluent

Brings the look of Windows 11 to Discord.
MIT License
271 stars 45 forks source link

Fluent issues 11/10/2024 Stable #132

Open KamiEpix opened 2 days ago

KamiEpix commented 2 days ago

The bugs

1. Channel info bar, wrong color. image

2. Various missing/broken icons. "white square glitch" Press Turn off microphone and deafen image

3. Forums browser. wrong color & grey bar in Forum chat. image

4. Events tab, wrong color. image

5. File preview, wrong color. image

6. Server Guide, Resources & About, wrong color. image

7. Members panel (Mod View), wrong color. image

8. Boost goal, wrong color. image

  1. Family Center activity & My Family, wrong color. image

10. Server boost settings tab, wrong color. image

11. Transaction history, wrong color. image

12. Default user profile, wrong color. Check mutual servers/friends image

13. Active now friends activity panel, wrong outline color. image

14. Inbox for you, wrong color. image

15. Inbox bookmarks, wrong color. image

16. Inbox view friend request, bad spacing. image

17. New group DM select friends, wrong color. image(1)

18. Share a clip panel, wrong color. image

19. Create a poll panel, wrong color. image

20. Post a GIF panel, lower half wrong color. image

  1. React to message panel, various discoloring. image

Information

Discord channel: Stable Mod: BetterDiscord & Vencord
Discord language: English?

KamiEpix commented 2 days ago

Minor thing, but the horizontal server list css you gave me a while ago no longer works entirely.

html #app-mount .guilds-2JjMmN [class*=expandedFolderBackground] {
    left: 50%;
    translate: 0;
}
html #app-mount .guilds-2JjMmN [class*=pill] {
    left: calc(var(--server-container) / 2 - var(--server-icon-size) + 4px);
    top: calc(var(--server-size) / -1 + var(--server-size) / 2 + 8px) !important;
}
html #app-mount .guilds-2JjMmN [class*=pill] span {
    border-radius: var(--rounded-high) !important;
}
html #app-mount .guilds-2JjMmN .wrapper-z5ab_q {
    height: var(--server-icon-size) !important;
}

If you could update it that would be neat. Putting it in the description would probably help some people a bit, I've had to share it with a couple dozen people.