links in messages, restore original converse-muc-message-form

This commit is contained in:
matty 2024-06-22 11:26:57 -04:00
parent bd8155c164
commit 74ab01a5c4
2 changed files with 4 additions and 2 deletions

View File

@ -141,10 +141,12 @@
// underline links in chat messages
a[href] {
text-decoration: underline;
text-decoration: none;
color: #f57200 !important;
&:hover {
text-decoration: underline;
color: #D16100 !important;
}
}
}

View File

@ -171,7 +171,7 @@ body.converse-embedded {
converse-muc-message-form {
// For an unknown reason, message field in truncated... so adding a bottom margin.
/* max-height: 1.25rem; */
margin-bottom: 0.1rem;
margin-bottom: 6px;
}
}