Discord: larger channel click targets
Increases the height of channel rows in the list so they are easier to hit with the mouse.
Code to copy
/* Give channel rows more height for easier clicking */
[data-list-item-id*="channels"] [class*="link_"],
[class*="containerDefault"] [class*="linkTop"] {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.