DiscordStyles / SoftX

A soft and comfy feel for Discord.
MIT License
213 stars 271 forks source link

Fixed the chat button not being clickable in vc #110

Closed Lioncat6 closed 3 months ago

Lioncat6 commented 3 months ago

Moved the open chat button for embedded chats in text channels

(And yes, I lined it up pixel-perfect which is why I had to use these icky numbers)

.chatButton_a40cc3 {
    top: 25px;
        right: 187px;
}

I put it in _call.scss cause it makes sense :3

Before: image

After: image

Lioncat6 commented 3 months ago

Also I hope adding /dist to .gitignore won't break anything...