Skip to content

akasha more characters by DenisKun

Screenshot of akasha more characters

Details

AuthorDenisKun

LicenseNo License

Categoryakasha.cv

Created

Updated

Code size759 B

Code checksum65cb56ce

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

expands the list of characters displayed in the profile

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         akasha more characters
@version      20250318.17.01
@namespace    https://userstyles.world/user/DenisKun
@description  expands the list of characters displayed in the profile
@author       DenisKun
@license      No License
==/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;
}

#root > .flex-special-container {
    display: none;
    min-height: 250px;
}
}

Reviews

No reviews yet.