ssb: Remove some extra margin that slipped in.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m13s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m13s
This commit is contained in:
@ -687,7 +687,9 @@ class TfMessageElement extends LitElement {
|
||||
@click=${(x) => this.toggle_expanded(':cw')}
|
||||
>
|
||||
<p>${content.contentWarning}</p>
|
||||
<p class="w3-small">${this.is_expanded(':cw') ? 'Show less' : 'Show more'}</p>
|
||||
<p class="w3-small">
|
||||
${this.is_expanded(':cw') ? 'Show less' : 'Show more'}
|
||||
</p>
|
||||
</div>
|
||||
`;
|
||||
let content_html = html`
|
||||
|
Reference in New Issue
Block a user