Browse Source

Actualizar 'components/layout.js'

file-group-page
bat 3 years ago
parent
commit
f7b6a26fb0
  1. 2
      components/layout.js

2
components/layout.js

@ -23,7 +23,7 @@ export class Layout extends HTMLElement {
flex-grow: 1;
}
`
document.appendChild(style)
this.shadowRoot.appendChild(style)
}
load() {

Loading…
Cancel
Save