diff --git a/stable.user.js b/stable.user.js index 6c8057c..cb411c2 100755 --- a/stable.user.js +++ b/stable.user.js @@ -2032,8 +2032,9 @@ appedtTo.appendChild(mainDiv) // THE FINAL APPEND const xButton = CreateNodeWithText(mainDiv, '❌', 'div') - const xButtonSize = 20 + const xButtonSize = 40 SetStyle(xButton, { + margin: '5px', position: 'absolute', height: xButtonSize + 'px', top: 0,