Skip to content

pageant.dog tweaks by BobRupholdt

Details

AuthorBobRupholdt

LicenseNo License

Categorypageant.dog

Created

Updated

Size901 B

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         pageant.dog tweaks
@version      20240412.21.38
@namespace    https://userstyles.world/user/BobRupholdt
@description  Some minor display tweaks to the Pageant.dog UI
@author       BobRupholdt
@license      No License
==/UserStyle== */

@-moz-document domain("pageant.dog") {
/* dialog container - expand to full height */
#rmwcPortal > div > div.mdc-dialog__container > div {
    max-height: 100% !important;
}

/* voter log row - shrink height to maximize visible rows*/
ul.mdc-list.mdc-list--two-line.mdc-list--avatar-list a {
    height: auto;
}

/* voter images - hide */
#rmwcPortal > div > div.mdc-dialog__container > div > div.mdc-dialog__content > div > ul div.img.ellipse.mdc-list-item__graphic {
    display: none;
}

/* vote text color - change to black text */
div.mdc-dialog__content > div > ul span > span.abs.white.w100p {
    color: black !important;
}
}

Reviews

No reviews yet.