ssb: tags never got an updated CSS treatment.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
@ -749,7 +749,7 @@ class TfMessageElement extends LitElement {
|
||||
);
|
||||
} else if (content.type === 'channel') {
|
||||
return this.render_small_frame(html`
|
||||
<div>
|
||||
<div class="w3-container">
|
||||
${content.subscribed ? 'subscribed to' : 'unsubscribed from'}
|
||||
<a href=${'#' + encodeURIComponent('#' + content.channel)}
|
||||
>#${content.channel}</a
|
||||
|
Reference in New Issue
Block a user