Improvements for the Elden Ring interactive map.
Elden Ring interactive map by nitroxis
Details
Authornitroxis
LicenseNo License
Categoryeldenring
Created
Updated
Size566 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 Elden Ring interactive map
@version 20220501.14.24
@namespace userstyles.world/user/nitroxis
@description Improvements for the Elden Ring interactive map.
@author nitroxis
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://eldenring.wiki.fextralife.com/Interactive+Map") {
.interactivemapcontainer {
border: none;
position: fixed;
left: 0;
top: 0;
width: 100vw !important;
height: 100vh !important;
z-index: 999999;
}
#sidebar {
display: block !important;
}
}