Final tweaks for 2.0 release

This commit is contained in:
2022-09-03 10:36:14 +00:00
parent 1a3a7b2e95
commit 6f2c139b89
7 changed files with 244 additions and 235 deletions

View File

@@ -31,6 +31,12 @@ loadConfigDashboard().then(() => {
.narrow=${this.narrow}
></ha-menu-button>
<div main-title>Browser Mod Settings</div>
<a
href="https://github.com/thomasloven/hass-browser_mod/blob/master/README.md"
target="_blank"
>
<ha-icon class="icon" .icon=${"mdi:help"}></ha-icon>
</a>
</app-toolbar>
</app-header>
@@ -64,6 +70,10 @@ loadConfigDashboard().then(() => {
ha-config-section {
padding: 16px 0;
}
a {
color: var(--primary-text-color);
text-decoration: none;
}
`,
];
}