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
parent cdd3525e4e
commit 051b0ac03f
4 changed files with 123 additions and 8 deletions

View File

@@ -34,6 +34,10 @@ pre {
.ant-card {
border-radius: .5em;
}
.ant-btn {
transition-duration: .15s;
transition-delay: 0s;
}
@media (prefers-color-scheme: dark) {
@import "~antd/dist/antd.dark";