DiscordStyles / Fluent

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

Bad display of call actions buttons #126

Closed Sinan-Karakaya closed 4 months ago

Sinan-Karakaya commented 6 months ago

Describe the bug

The call actions buttons (screenshare, quit, mute...) lack padding, making them look bad and too small.

To Reproduce

Join a call and look at the call screen.

Screenshots

image

Infomation (please complete the following information)

Discord channel: Stable OS: Windows Mod: Vencord_
Discord language: French

Additional context

It looks like it could be fixed by changing the code from wrapper4d4fe button581d0 in _call.scss, by setting the padding to 24px, which works locally, but doesn't work when I try the deployed version.

Gibbu commented 4 months ago

Half fixed. This buttons are an absolute cluster fuck to fix.

Sinan-Karakaya commented 4 months ago

Just saw that, thanks I tried to fix them myself, but oh how awful it is