From abff591c87d0ef681ef3b29c1db7330ea40249ff Mon Sep 17 00:00:00 2001 From: Zhora Shalyapin Date: Thu, 27 Feb 2025 13:46:56 +0000 Subject: [PATCH] rename script & fix styles --- main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index d81a357..be4a136 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name New Userscript +// @name Runcity // @namespace http://tampermonkey.net/ // @version 2024-11-18 // @desc try to take over the world! @@ -748,15 +748,15 @@ width: unset !important; } - form { + #content-wrapper form { width: 50%; } - #map-wrapper { + #content-wrapper #map-wrapper { width: 50%; } - #map { + #content-wrapper #map { width: unset !important; }