I Just need some Custom CSS code to change my Chat text a bit on an app called DiscordApp,
- Auto Scroll To bottom of Page
- Custom Text Size
- Custom Avatar Text Channel Size
I Just need some Custom CSS code to change my Chat text a bit on an app called DiscordApp,
To inject custom CSS and JS into Discord, you'll need a third party plugin such as BetterDiscord
For the case of BetterDiscord, you have to follow their tutorial for the CSS changes. You can also dive into the settings and add it straight into custom CSS.
TLDR
Create a MyCSS.theme.css file with a META-tag and CSS
Save this file to %AppData%\BetterDiscord\themes
Reload Discord with Ctrl+R and activate your theme, if you hadn't already
Auto Scroll To bottom of Page
sounds more of a JS function though, you can easily achieve it by creating a scrollToBottom.plugin.js file containing at leastthe function being inside of a button you place on screen. Discord supports jQuery, so pure javascript isn't even necessary.
The steps for adding javascript plugins is about the same, but inside of the plugins folder instead, and they're called MyPlugin.plugin.js