Skip to content

Kitsu Search Results Avatar Fix by lukas-berger

Imported from https://raw.githubusercontent.com/lukas-berger/styling-kitsu/main/search-results-avatar-fix/search-results-avatar-fix.user.css

Screenshot of Kitsu Search Results Avatar Fix

Details

Authorlukas-berger

LicenseCC-BY-4.0

Categorykitsu

Created

Updated

Size533 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the missing default avatar in search results on kitsu.io

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Kitsu Search Results Avatar Fix
@description  Fixes the missing default avatar in search results on kitsu.io
@namespace    lukas.berger
@homepageURL  https://github.com/lukas-berger/styling-kitsu
@author       Lukas Berger
@version      0.1.0
@license      CC-BY-4.0
==/UserStyle== */
@-moz-document domain("kitsu.io") {
.search--results .media img.is-avatar-users:not([src]) {
    background-image: url(/images/default_avatar-2ec3a4e2fc39a0de55bf42bf4822272a.png);
    background-size: cover;    
}
}

Reviews

No reviews yet.