Conversation

heres the css have your own beep button

[class^="MkPostForm-submitInner-"] {
    color: transparent !important;
    
    i::after {
        display: block;
        position: absolute;
        content: '';
        background-image: url('https://synth.download/assets/favicon.png'); 
        background-size: 1rem;
        transform: translateX(3.3rem) translateY(-1.7rem);
        height: 1rem;
        width: 1.02rem;
    }
}

[class^="_button MkPostForm-submit-"]::after {
    position: absolute;
    color: var(--MI_THEME-fgOnAccent) !important;
    content: "Beep";
    line-height: 34px;
    font-weight: 700;
    font-family: system-ui,sharkey-theme-font-face,Lexend,Hiragino Maru Gothic Pro,BIZ UDGothic,Roboto,HelveticaNeue,Arial,sans-serif;
    transform: translateY(-2.4rem) translateX(-1.8rem);
}
0
0
0