Skip to content

Can you customize the position of the chat box? #93

Answered by brecert
Andre601 asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, css class names aren't stable yet revoltchat/revite#149, so this may break very quickly :(

/* ChatBox, Upload Area, Typing Indicator */
.bUIDMF, .duKdcg, .foELCG {
    margin-top: -0.25rem;
    margin-bottom: 0.75rem;
    margin-inline: 0.75rem;
    border-radius: var(--border-radius);
}

/* Typing Indicator */
.foELCG {
    display: grid;
    place-items: center;
    padding: 0.25em;
    background: var(--secondary-background);
}

.foELCG > div {
    position: unset;
    height: unset;
    margin: unset;
    background: unset;
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Andre601
Comment options

@brecert
Comment options

@Andre601
Comment options

@brecert
Comment options

Answer selected by Andre601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants