apply custom css from peertube in code

This commit is contained in:
matty 2024-06-23 13:06:25 -04:00
parent 8e7ca2f986
commit 806437070b
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,9 @@ body.converse-embedded {
converse-muc-message-form { converse-muc-message-form {
// For an unknown reason, message field in truncated... so adding a bottom margin. // For an unknown reason, message field in truncated... so adding a bottom margin.
margin-bottom: 0.25rem !important; margin-bottom: 0.25rem !important;
max-height: unset !important;
margin-bottom: 0.5rem !important;
margin-top: 0.4rem !important;
} }
} }