You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 marginInstead, 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;
}
The text was updated successfully, but these errors were encountered:
To fix, replace this code section (Ctrl + F the comment on top) with this
The text was updated successfully, but these errors were encountered: