Small and simple modifications which enhance evades.io menus.
Better Evades.io Formatting by Thqrn

Details
AuthorThqrn
LicenseThe Unlicense
CategoryEvades.io
Created
Updated
Code size1.8 kB
Code checksum7a0a465f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Intended for full screen 1920x1080 monitors.
Source code
/* ==UserStyle==
@name evades.io
@version 20230703.02.44
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://evades.io/") {
div.hall-of-fame-players {
width: 350px;
max-height: 80%;
}
div.hall-of-fame-player {
width: 300px;
text-align: center;
margin-left: 25px;
}
div.hall-of-fame {
position: fixed;
width: 350px;
left: 72vw;
height: 60vh;
top: 2vh;
}
div.changelog {
height: 80vh;
width: 420px;
position: fixed;
left: 33vw;
top: 10vh;
}
div.server-browser-box {
height: 100%;
overflow: hidden;
width: 300px;
}
div.game-server-row {
width: 100%;
}
div.game-server {
margin: 5px;
width: 120px;
}
div.game-servers-list {
width: 670px;
}
div.profile-weeks-container {
height: 55vh;
}
div.run-entry {
display: grid;
width: 1030px;
}
div.runs-list {
width: 1050px;
height: 75vh;
}
.iogames-button {
display: none;
}
.friends {
position: fixed;
top: 70vh;
left: 72vw;
width: 350px;
transform: none;
}
div.top-buttons-container {
width: 750px;
}
span.run-entry-player {
width: 360px;
}
span.run-entry-region {
width: 245px;
}
span.run-entry-level {
width: 90px;
}
span.run-entry-time {
width: 100px;
}
span.run-entry-timestamp {
width: 235px;
}
div.profile-rectangle {
height: auto;
}
div.profile-week-name {
margin-top: 6px;
}
div.profile-week-text {
margin-top: 6px;
}
div.profile-wins-text {
margin: 6px;
font-size: 28px;
}
div.profile-graph[style*="width: unset;"] {
height: 90vh;
}
circle[stroke*="#FFD700"] {
stroke-width: 6px;
}
circle[stroke*="#C0C0C0"] {
stroke-width: 4px;
}
circle[stroke*="#CD7F32"] {
stroke-width: 2px;
}
}