Slow Mode WIP (#192): button to close the info box

This commit is contained in:
John Livingston
2024-02-16 15:44:39 +01:00
parent 3d9237624d
commit 5828cdeea4
2 changed files with 30 additions and 1 deletions

View File

@ -21,6 +21,11 @@
border-top: var(--chatroom-message-input-border-top);
color: var(--peertube-main-foreground);
background-color: var(--peertube-main-background);
.livechat-hide-slow-mode-info-box {
cursor: pointer;
font-size: var(--font-size-small);
}
}
converse-chat-toolbar {