#♿ Accessibility Request!

1 messages · Page 1 of 1 (latest)

stone bone
#

@hallow geyser

Hey there!

I just wanted to call out a quick solution to this as a temporary workaround for you; we have plans to overhaul the game world UI over the next few major versions- but I wanted to jump in there with this one.

If you install the "Custom CSS" add-on module and add the following rules from the settings menu for the addon (configure settings -> custom CSS -> custom CSS rules) you can achieve your goal

#sidebar: {
/* increase the sidebar width slightly to accommodate bigger navbar buttons */
width: 400px;
} 

#sidebar-tabs {
/*Increase the font size of the sidebar tab icons*/
font-size: 20px;
}

I hope this helps!