mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Small fixes (#2248)
* Small fixes * remove returning on undefined in statename * 16px -> 4px * Styling
This commit is contained in:
parent
7d2444868d
commit
b0c68e58c5
@ -81,7 +81,7 @@ class LovelacePanel extends hassLocalizeLitMixin(LitElement) {
|
||||
.showMenu="${this.showMenu}"
|
||||
>
|
||||
<paper-button on-click="_forceFetchConfig"
|
||||
>Reload ui-lovelace.yaml</paper-button
|
||||
>Reload Lovelace</paper-button
|
||||
>
|
||||
</hass-error-screen>
|
||||
`;
|
||||
|
@ -91,13 +91,19 @@ class LovelaceFullConfigEditor extends hassLocalizeLitMixin(LitElement) {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
paper-button {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.content {
|
||||
height: calc(100vh - 64px);
|
||||
height: calc(100vh - 68px);
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: calc(100% - 16px);
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
resize: none;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 12pt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user