- Registrado
- 1 de Oct, 2021
If you want to hide chat completely add this to a userstyle
There is probably a better way to do this, but its good enough.Código:.AppShell_app-shell__slfko { grid-template-columns: minmax(400px,1fr) 10fr minmax(0px,0fr)!important; } .Chat_chat__Bdojy { display: none; }
Now only if I wasn't functionally retarded and knew how to do this.