From b5d83569a0a61dc1ec3f72e0478e49aad6e6752a Mon Sep 17 00:00:00 2001 From: mrfry <mrfry@airmail.cc> Date: Mon, 16 Nov 2020 20:35:25 +0100 Subject: [PATCH] X button styling --- stable.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,