all: fix formatting
diff --git a/webui/src/web-components/mobile-title.ts b/webui/src/web-components/mobile-title.ts
index 510f60a..8ac9166 100644
--- a/webui/src/web-components/mobile-title.ts
+++ b/webui/src/web-components/mobile-title.ts
@@ -75,8 +75,6 @@
margin: 0;
}
-
-
.title a {
color: inherit;
text-decoration: none;
@@ -242,9 +240,7 @@
</div>
</div>
`
- : html`
- <span class="status-dot ${this.connectionStatus}"></span>
- `}
+ : html` <span class="status-dot ${this.connectionStatus}"></span> `}
</div>
</div>
`;