Skip to content

Discord smaller emoji by jkopczyn

Details

Authorjkopczyn

LicenseCC Zero

Categorydiscord.com

Created

Updated

Size690 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes emoji icons in emoji picker more like the size they have when appearing within text. Incomplete.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           discord.com - 11/18/2022, 10:07:51 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("discord.com") {
    div#emoji-picker-grid ul[role="row"] {
        height: 30px;
        grid-template-columns: repeat(9, 30px);
    }
    div#emoji-picker-grid li[role="gridcell"] {
        height: 24px;
        width: 24px;
    }
    div#emoji-picker-grid li[role="gridcell"] button {
        height: 24px;
        width: 24px;
    }
    div#emoji-picker-grid li[role="gridcell"] img {
        height: 24px !important;
        width: 24px !important;
    }
}

Reviews

No reviews yet.