mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Removed an unneccessary line space
This commit is contained in:
@@ -64,7 +64,6 @@ document.body.style.background = `${background}${hexOpacity}`;
|
|||||||
const ignoreUserList = ignoreChatters.split(',').map(item => item.trim().toLowerCase()) || [];
|
const ignoreUserList = ignoreChatters.split(',').map(item => item.trim().toLowerCase()) || [];
|
||||||
|
|
||||||
// Set the scroll direction
|
// Set the scroll direction
|
||||||
|
|
||||||
switch (scrollDirection)
|
switch (scrollDirection)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user