- ${!this.isFullscreen ? html`
-
- ${this.activeTabs.map(
- (tab) => html`
+ ${!this.isFullscreen ? html`
+
+ ${this.activeTabs.map(tab => html`
- `
- )}
-
- ` : ''}
-
+ `)}
+
+ ` : ''}
${this.tabInfoTemplate(this.routeName, this.tabInfo?.get(this.routeName))}
@@ -380,5 +353,6 @@ export default class HomeView extends LitElement {
`;
}
+
static styles = unsafeCSS(styles);
}