add message viz toggle component to be able to toggle one chat message at a time; address https://github.com/owncast/owncast/issues/568

This commit is contained in:
gingervitis
2021-01-09 15:17:06 -08:00
committed by Gabe Kangas
parent 590811663a
commit 103a47bc45
3 changed files with 44 additions and 8 deletions

View File

@@ -71,6 +71,10 @@ code {
background-color: rgb(44,44,44) !important;
color:lightgrey !important;
}
.ant-btn {
transition-duration: .15s;
transition-delay: 0s;
}
// Hide extra toolbar buttons.
.button-type-undo, .button-type-redo, .button-type-clear, .button-type-image, .button-type-wrap, .button-type-quote, .button-type-strikethrough, .button-type-code-inline, .button-type-code-block {