rename script & fix styles

This commit is contained in:
Zhora Shalyapin 2025-02-27 13:46:56 +00:00
parent 7d28c74b96
commit abff591c87

View File

@ -1,5 +1,5 @@
// ==UserScript== // ==UserScript==
// @name New Userscript // @name Runcity
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 2024-11-18 // @version 2024-11-18
// @desc try to take over the world! // @desc try to take over the world!
@ -748,15 +748,15 @@
width: unset !important; width: unset !important;
} }
form { #content-wrapper form {
width: 50%; width: 50%;
} }
#map-wrapper { #content-wrapper #map-wrapper {
width: 50%; width: 50%;
} }
#map { #content-wrapper #map {
width: unset !important; width: unset !important;
} }