Make links clickable

Issue #60.
This commit is contained in:
N-Pex 2021-02-25 16:15:49 +01:00
parent d32bc1134d
commit a892ee780f
7 changed files with 419 additions and 17 deletions

View file

@ -237,6 +237,9 @@ $admin-fg: white;
color: rgba(#000000, 0.6);
display: inline-block;
}
.link {
color: inherit;
}
}
.messageOut {
@ -287,6 +290,9 @@ $admin-fg: white;
color: rgba(#000000, 0.6);
display: inline-block;
}
.link {
color: inherit;
}
}
.sender, .status {
@ -339,7 +345,8 @@ $admin-fg: white;
font-size: 11 * $chat-text-size;
color: #000000;
overflow-wrap: break-word;
white-space: pre;
word-wrap: break-word;
white-space: pre-wrap;
}
}