.compose-form__publish-button-wrapper button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button:after {
  content:'Bling ;)'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

/*emoji enlarge written by bgme*/
.reply-indicator__content .emojione, 
.status__content .emojione {
    width: 60px !important;
    height: 60px !important;
}

.status_content img.custom-emoji[alt=":sticker"] {
    width: 128px !important;
    height: 128px !important;
    display: block;
    margin: 0 auto !important;
}