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; }