bigger map height for 4K screen
you can copy the style and change the height for smaller screens
OpenRunner 4K screen by yvo2m
Details
Authoryvo2m
LicenseNo License
Categoryuserstyles
Created
Updated
Size617 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name OpenRunner 4K screen
@version 20220811.10.53
@namespace userstyles.world/user/yvo2m
@description bigger map height for 4K screen
you can copy the style and change the height for smaller screens
@author yvo2m
@license No License
==/UserStyle== */
@-moz-document domain("openrunner.com") {
.h-edtior-detail {
height: 1800px;
width: 3400px;
}
.or-elevation.or-show {
height: 400px;
}
#openrunner-create.element {
width: 3400px;
}
div[id="selector"]{
max-width: 3400px !important;
}
div[id="openrunner-create"]{
max-width: 3400px !important;
}
}