I8d TL streaming

This commit is contained in:
cutls
2020-09-07 19:06:57 +09:00
parent 9623b79197
commit 69d60a7372
3 changed files with 10 additions and 5 deletions

View File

@@ -451,6 +451,13 @@ iframe,
.action .fa-quote-right {
margin-top: 0.15rem;
}
.actct {
color: var(--beforehover);
}
.actct:hover {
color: var(--color);
transition: 0.5s;
}
.contextMenu.dropdown-content {
padding-top: 5px;
overflow-y: hidden;