455d8f8169
Changed the way the background is set on self sent messages and some styling. Fixed chat container not scrolling. Added 'go to bottom' button.
17 lines
316 B
SCSS
17 lines
316 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;
|
|
width: 100%;
|
|
justify-content: center;
|
|
position: absolute;
|
|
bottom: 5px;
|
|
}
|