Contains the overflowing glow on banners to the banner area
osu!web - Contain banner glow on homepage by SupDos
Details
AuthorSupDos
LicenseMIT
Categoryosu
Created
Updated
Size363 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 osu!web - Contain banner glow on homepage
@version 20241120.18.39
@namespace https://userstyles.world/user/SupDos
@description Contains the overflowing glow on banners to the banner area
@author SupDos
@license MIT
==/UserStyle== */
@-moz-document domain("osu.ppy.sh") {
.menu-images {
overflow: hidden;
}
}