suggestbox styling

This commit is contained in:
2024-06-22 16:05:47 -04:00
parent f4eade1358
commit bc1ddbd6c4
3 changed files with 5 additions and 16 deletions

View File

@ -126,7 +126,7 @@
}
.chat-msg__text {
font-size: 2rem;
font-size: 1.15rem !important;
// spoiler content more visible.
&.spoiler {
color: var(--peertube-grey-foreground) !important;
@ -140,17 +140,6 @@
max-height: 4.25em !important; // and no max-width
}
// underline links in chat messages
a {
text-decoration: none !important;
color: #f57200 !important;
&:hover {
text-decoration: underline !important;
color: #D16100 !important;
}
}
// underline links in chat messages
a[href] {
text-decoration: none !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: 6px;
margin-bottom: 2rem;
}
}