/**
 * Left column - fellies.social bottom logo mod
 */
.drawer__inner__mastodon:after {
    position:absolute;
    width:285px;
    height:204px;
    bottom:20px;
    left:0px;
    content:'';
    background: transparent url(https://dump.nyaan.de/images/1537978386_dcd998e29baa61e.png) bottom no-repeat;
    pointer-events: none;
}

.drawer__inner__mastodon>img{display:none;}

/**
 * "TOOT!" Text modification
 */
.compose-form__publish-button-wrapper button.button.button--block {
    font-size: 0;
}
.compose-form__publish-button-wrapper button.button.button--block:after {
    content: 'FLOOF!';
    font-size:14px;
}

/**
 * "What's on your mind" Emojibutton => WOLF!!
 */
.compose-form .emoji-button:after {
    content: '\1F43A';
    color: black;
    position: relative;
    right: 5px;
    top: 5px;
}
.compose-form .emoji-button img {
    display: none;
}

