/* Blobcatpeekaboo */
.drawer__inner__mastodon > img {
	width: 0;
	height: 0;
	background: url(https://files.lonely.town/custom_emojis/images/000/000/129/original/f9197611ba38f693.png);
	padding: 0 0 200px 200px;
	position: relative;
	top: calc(100% - 200px);
	left: calc(50% - 100px);
	background-size: cover;
}

/* Rounder corners */
.drawer__inner {
  border-radius: 4px;
}

.search__input {
  border-radius: 4px;
}

.drawer__header {
  border-radius: 4px;
}

.column-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.column-back-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Bigger Emojis */

.detailed-status .status__content .emojione {
    width: 35px;
    height: 35px;
    margin: 0;
}

.reply-indicator__content .emojione, .status__content .emojione {
    width: 30px;
    height: 30px;
    margin: 0;
}

