Makes emoji icons in emoji picker more like the size they have when appearing within text. Incomplete.
Discord smaller emoji by jkopczyn
Details
Authorjkopczyn
LicenseCC Zero
Categorydiscord.com
Created
Updated
Code size690 B
Code checksumf0cb7159
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}