/******************************************************************************\
 *                                              Web Client: Embiggen Emojos   *
from https://github.com/psydwannabe/mastodon-snippets/blob/master/CSS/embiggen-emojos.css
from https://plush.city/@mawr/102981490435139198
\******************************************************************************/

/* Emojos in the "reply" box that appears above the status update text box when 
 * you click the "reply" button on a toot  */
.reply-indicator__content .emojione, 

/* Emojos in toots across the rest of the entire web client */
.status__content .emojione {
	width: 25px;	/* Stock is 20px */
	height: 25px;	/* Stock is 20px */
}

/* Emojos in the "Emoji Mart" (pop-out from emoji button) in compose window */
/* @eldang disabling this bit because it makes the picker take even longer to scroll through
.emoji-mart-category .emoji-mart-emoji span {
	width: 33px !important; /* stock: 20px; defined inline */
	height: 33px !important; /* stock: 20px; defined inline */
}
*/