expands the list of characters displayed in the profile
akasha more characters by DenisKun
Details
AuthorDenisKun
LicenseNo License
Categoryakasha.cv
Created
Updated
Size525 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 akasha more characters
@version 20231117.23.59
@namespace ?
==/UserStyle== */
@-moz-document domain("akasha.cv") {
.profile-highlights {
flex-grow: 1;
height: auto;
max-width: 100%;
min-height: 100px;
min-width: 200px;
overflow: hidden;
width: calc(100% - 220px);
z-index: 1;
}
.highlight-tile-container {
align-items: center;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
gap: 5px;
height: 100%;
padding: 5px;
}
}