Fixes the misaligned text form on the new UI refresh.
Discord Refresh Better Text Form by ArbestRi02

Details
AuthorArbestRi02
LicenseNo License
Categorydiscord
Created
Updated
Code size532 B
Code checksum79a54318
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Can also be used with modded Discord clients with CSS/QuickCSS support.
Also moves info like slowmode and typing indicators to above the text form.
Version 1.0.0: Initial release
Version 1.0.1: Fix new messages bar and add translucent background to slowmode/typing indicators.
Source code
/* ==UserStyle==
@name Discord Refresh Better Chat Bar
@namespace discord.com/app
@version 1.0.1
@description Fixes the misaligned text area on the new UI refresh,
@author Me
==/UserStyle== */
@-moz-document domain("discord.com") {
.base_b88801.typing_b88801 {
top:-24px !important;
}
.channelTextArea_f75fb0 {
margin-bottom: 8px;
padding-top: 2px;
padding-bottom: 2px;
}
.messagesWrapper__36d07 {
top: -10px;
}
.newMessagesBar__0f481 {
top: 10px;
}
}