rename script & fix styles
This commit is contained in:
parent
7d28c74b96
commit
abff591c87
8
main.js
8
main.js
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user