Final tweaks for 2.0 release
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user