A new userstyle
osu! profile page rework by Fujiya
Details
AuthorFujiya
LicenseNo License
Categoryosu.ppy.sh
Created
Updated
Code size471 B
Code checksum8705df78
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.ppy.sh/users/34667713
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("osu.ppy.sh") {
.profile-detail {
display: flex;
flex-direction: column; /* Размещаем элементы вертикально */
align-items: center; /* Выравниваем элементы по центру */
}
}