This commit is contained in:
dmc
2024-02-14 02:15:19 +01:00
parent e0de77140f
commit 635e4ff220
2 changed files with 58 additions and 32 deletions

View File

@@ -15,6 +15,11 @@ customElements.define('developer-tooling', class extends HTMLElement {
this.template.innerHTML = `
<div>
<style>
:host > div {
padding-bottom: 4rem;
font-size: .9em;
}
#add-key-input {
width: 100%;
}