-
Notifications
You must be signed in to change notification settings - Fork 192
Multiple things I've noticed while using Slate #110
Comments
I've just submitted a pr to fix the about me section, will try my best to fix the others as well |
I fixed all the issues except number 4 which was giving me a lot of trouble. I submitted a punch of PRs to fix all of those, no idea if they will get accepted, or if the maintainers are actually active. You can just paste this into the local CSS file for the plugin and it should fix most of the issues. Feel free to tweak it a little; I know it isn't perfect. edit: There are some drawbacks to some of my approaches: Your messages will be further apart, especially when replying to someone else's message, I think it's something like 5 pixels or so, not too bad but still noticeable. I changed the look of the roles altogether, you might not like that, but you can always get rid of it. .userInfoSection-3her-v {
margin-left: 10px;
}
.description-1Dd2kv {
font-size: 0px;
}
.statusItem-38ArJn {
padding: 1px 8px;
}
#app-mount .wrapper-30-Nkg.cozy-VmLDNB:not(.groupStart-3Mlgv1) {
margin-top: -5px;
}
#app-mount .repliedMessage-3Z6XBG + .contents-2MsGLg .header-2jRmjb {
margin-bottom: 34px;
}
#app-mount .repliedMessage-3Z6XBG {
padding: 1px;
padding-left: 3.5px;
padding-right: 4px;
}
.roleRemoveIcon-387wKV {
width: 10px;
height: 100%;
top: 5px;
left: -5px;
margin: -5px 0 0 -5px;
background-color: var(--background-dark);
border: 1px solid var(--background-dark);
border-left: 11px solid var(--background-dark);
}
#app-mount .userPopout-2j1gM4 .member-perm, #app-mount .userPopout-2j1gM4 .role-2TIOKu {
border-radius: 50px;
padding-left: 17px;
}
#app-mount .userPopout-2j1gM4 .member-perm .perm-circle, #app-mount .userPopout-2j1gM4 .member-perm .roleCircle-3K9O3d, #app-mount .userPopout-2j1gM4 .role-2TIOKu .perm-circle, #app-mount .userPopout-2j1gM4 .role-2TIOKu .roleCircle-3K9O3d {
left: 10px;
}
#app-mount .userPopout-2j1gM4 .actionButton-1YKTU0 {
position: absolute!important;
top: -34px;
padding-left: 0px!important;
}
#app-mount .lookFilled-yCfaCM:not(.colorGrey-2DXtkV), #app-mount .bd-modal-wrapper .footer button, #app-mount .primaryButton-361sHl {
width: 93.5%;
}
#app-mount .panels-3wFtMD button {
padding-top: 3px;
} |
Thank you! Most of it looks good now but I'll leave this issue open in case the maintainers will find a way to fix number 4. |
Describe the bugs
To Reproduce
1.)
2.)
3.)
4.)
5.)
6.)
Screenshots
1.)
2.) - 3.)
4.)
5.)
6.)
Information
Discord channel: Stable
OS: Windows 10
Mod: BetterDiscord
Discord language: English US
Additional context
I am not certain if any of the aforementioned issues above are present in any other devices beyond mine.
The text was updated successfully, but these errors were encountered: