owncast/web/components/chat/ChatContainer/ChatContainer.module.scss
t1enne e6cc3a39d1 Added moderator menu to messages and some other styling.
created new ant overrides file.

Ignore the static directory
2022-07-01 22:53:56 +02:00

18 lines
332 B
SCSS

.chatHeader {
text-align: center;
font-weight: bold;
padding: 5px 0;
color: var(--text-color-secondary);
border-bottom: 1px solid var(--color-owncast-gray-700);
font-variant: small-caps;
}
.toBottomWrap {
display: flex;
opacity: 0.9;
width: 100%;
justify-content: center;
position: absolute;
bottom: 5px;
}