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:
@ -224,7 +224,7 @@ class TfTabNewsElement extends LitElement {
|
||||
)}
|
||||
|
||||
<a class="w3-bar-item w3-theme-d2 w3-button" href="#connections">
|
||||
<h4>Connections</h4>
|
||||
<h4 style="margin: 0">Connections</h4>
|
||||
</a>
|
||||
${this.connections
|
||||
.filter((x) => x.id && !x.destroy_reason)
|
||||
|
Reference in New Issue
Block a user