Skip to content

round avatars by funkstarluna

Screenshot of round avatars

Details

Authorfunkstarluna

LicenseNo License

Categorypikidiary

Created

Updated

Size528 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes all avatars in pikidiary round, im sorry. i only made this so i can learn how this works

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         round avatars
@version      1.0.0
@namespace    github.com/openstyles/stylus
@description  makes all avatars in pikidiary round, im sorry. i only made this so i can learn how this works
@author       koop
==/UserStyle== */

@-moz-document domain("pikidiary.lol"){

/* i dont know how any of this stuff works */

.avatar {
    border-radius: 149px;
}
.avatar-small {
    border-radius: 61px;
}
.profile-grid-item {
    border-radius: 22px;
}
.profile-grid-item > img {
    border-radius: 22px;
}

}

Reviews

No reviews yet.