suggestbox styling
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user