forked from cory/tildefriends
ssb: tags never got an updated CSS treatment.
This commit is contained in:
@ -19,9 +19,9 @@ class TfTagElement extends LitElement {
|
||||
let number = this.count ? html` (${this.count})` : undefined;
|
||||
return html`<a
|
||||
href=${'#' + encodeURIComponent(this.tag)}
|
||||
style="display: inline-block; margin: 3px; border: 1px solid black; background-color: #444; padding: 4px; border-radius: 3px"
|
||||
class="w3-tag w3-theme-d1 w3-round-4 w3-button"
|
||||
>${this.tag}${number}</a
|
||||
>`;
|
||||
> `;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user