slightly edit send button style

This commit is contained in:
matty 2024-06-19 21:36:15 -04:00
parent 80b2093202
commit 4f80119c83
2 changed files with 6 additions and 1 deletions

View File

@ -61,4 +61,10 @@
/* Assuming more height can be used */ /* Assuming more height can be used */
} }
} }
}
/* custom toolbar CSS */
.btn.send-button {
border-radius: 0.25rem;
} }

View File

@ -170,7 +170,6 @@ body.converse-embedded {
#peertube-plugin-livechat-container { #peertube-plugin-livechat-container {
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: 6px;
max-height: 1.25rem; max-height: 1.25rem;
margin-bottom: 1rem; margin-bottom: 1rem;
} }