Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Note, this script assumes you have the following Appearance Settings:
- UI Density set to Default
- Chat Message Display set to Default
- It may work if you have other settings than these, but no guarantees.
- */
- /* Replace the Discord font with whatever font you want */
- :root {
- --font-primary: "Calibri";
- }
- /* Align the user box in the bottom left with the message box in the bottom center
- Note this change requires the next two CSS definitions */
- .channelBottomBarArea_f75fb0 {
- margin-top: 0px !important;
- }
- .channelTextArea_f75fb0 {
- margin-bottom: 8px;
- min-height: 56px !important;
- }
- /* End of changes for alignment issue */
- /* Remove the rounded corners on the Message box */
- .channelTextArea_f75fb0 {
- border-radius: 0px !important;
- }
- /* Remove the rounded corners on the User box */
- .panels_c48ade {
- border-radius: 0px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement