Peertube theme: underline links in chat messages.
This commit is contained in:
parent
74236028ac
commit
752fafe376
@ -36,6 +36,17 @@
|
|||||||
background-color: var(--peertube-main-background);
|
background-color: var(--peertube-main-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-msg__text {
|
||||||
|
// underline links in chat messages
|
||||||
|
a[href] {
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// hidding avatars when screen width is not big enough.
|
// hidding avatars when screen width is not big enough.
|
||||||
@media screen and (max-width: 576px) {
|
@media screen and (max-width: 576px) {
|
||||||
.message {
|
.message {
|
||||||
|
Loading…
Reference in New Issue
Block a user