edit chat text area size

This commit is contained in:
matty 2024-06-19 20:39:46 -04:00
parent 49a87237ec
commit 3d4afc4341
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ body.converse-embedded converse-root.theme-peertube {
--chat-background-color: var(--peertube-main-background);
--chat-textarea-color: var(--peertube-input-foreground);
--chat-textarea-background-color: var(--peertube-input-background);
--chat-textarea-height: 60px;
--chat-textarea-height: 38px;
--send-button-height: 27px;
--send-button-margin: 3px;
--inline-action-margin: 0.75em;