fix(core): update

This commit is contained in:
2020-11-23 22:03:02 +00:00
parent 30c1203c65
commit 192e976cf2
3 changed files with 274 additions and 48 deletions

View File

@ -19,7 +19,11 @@ export class UptimelinkWebwidget extends LitElement {
return html`
${domtools.elementBasic.styles}
<style>
:host {
display: block;
}
.mainbox {
line-height: 1em;
margin: auto;
display: grid;
grid-template-columns: 26px auto;