Skip to content

pageant.dog tweaks by BobRupholdt

Details

AuthorBobRupholdt

LicenseNo License

Categorypageant.dog

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some minor display tweaks to the Pageant.dog UI

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Playground Sites Tweaks
@version    20240710.03.58
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.pageant.dog/member/"), url-prefix("https://www.kingpet.com/member/"), url-prefix("https://www.kingpet.fr/member/"), url-prefix("https://www.missprincesse.fr/member/"), url-prefix("https://www.lullapanda.com/member/"), url-prefix("https://www.baybee.fr/member/"), url-prefix("https://www.bidiboo.com/member/"), url-prefix("https://www.littlemissbeauty.com/member/") {
/* Pageant.dog who voted section */
/* avatar */
div.MuiAvatar-circular {
    display: none;
}
/* time hours ago text */
div.MuiListItemText-root.MuiListItemText-dense.MuiListItemText-multiline > p {
    display: none
}
/* allow text selection */
/* pageant */
.mui-upcmiu,
/* bidiboo */
.mui-1grnwc2,
/* baybee */
.mui-1grnwc2,
/* missprincesse */
.mui-1ye8dct,
/* lullapanda */
.mui-1azz0gy,
/* littlemissbeauty */
.mui-1ye8dct,
/* kingpet.fr, kingpet.com */
.mui-he22pa {
    user-select: text
}
/* votes number text - pageant */
div.MuiListItemAvatar-root.mui-a5kqs7 > span > span {
    color: black
}
/* votes number backgrounds - pageant */
.mui-s1vllq,
.mui-ap4vio,
.mui-1c9k74r,
.mui-106fyg {
    background-color: inherit
}
/* line height - pageant */
.mui-1xar93x {
    margin-top: 0;
    margin-bottom: 0;
}
.mui-upcmiu {
    padding: 0px 16px;
}
}

Reviews

No reviews yet.