refact0r/midnight-discord

Incorrect margins in fullscreen voice channel

he3als opened this issue · 5 comments

The issue:

/* add margins */
.base-2jDfDU /* outside edges */ {
	padding: 0px 10px 10px 0;
}

Changing 0px to 10px fixes it, but that causes there to be too big of a margin normally.

Fixed in c22454f

This does fix the issue, but there is no rounded corners at the bottom of the fullscreen VC. I tried fixing this myself, but I haven't found a way to fix it. Regardless, it's much better than having no margin at the top.

Discord_Ltk9vvzJLw

I have pushed another fix, please check if it works this time

Fixed, thank you very much