Makes the osu homepage wider
wide!osu by HorizonCode
Details
AuthorHorizonCode
LicenseNo License
Categoryosu.ppy.sh
Created
Updated
Size378 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 wide!osu
@version 20240715.15.14
@namespace https://userstyles.world/user/HorizonCode
@description Makes the osu homepage wider
@author HorizonCode
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://osu.ppy.sh/") {
.header-v4__content, .osu-page, .osu-layout__row {
max-width: 1440px !important;
}
}