Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Chat box broken #11

Open
GetGet99 opened this issue Oct 17, 2023 · 1 comment
Open

[Bug] Chat box broken #11

GetGet99 opened this issue Oct 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@GetGet99
Copy link
Owner

To fix, replace this code section (Ctrl + F the comment on top) with this

/* [Typing message box: What Discord does with it]

Have a textbox without top margin

Instead, if we scroll down to the bottom, then there is the padding in the chat messages instead.

No, I don't want that since it will be hard to style later.
*/
.form-3gdLxP, .form-3qe0Ni /* Typing message box */
{
    margin-top: 0px !important;
    padding-top: 16px !important;
}
.form-3gdLxP:before, .form-3qe0Ni:before /* Typing message box */
{
    width: 0px !important;
    height: 0px !important;
}
@GetGet99 GetGet99 added the bug Something isn't working label Oct 17, 2023
@GetGet99
Copy link
Owner Author

too lazy to make a new update now, so let the future me do the job

@GetGet99 GetGet99 changed the title [Bug] Discord changes class name for chat textbox [Bug] Chat box broken Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant