wip i18n editor

can be accessed with:
app.appRoute("lzedit")
This commit is contained in:
booploops 2022-08-23 17:31:09 -07:00
parent 34a1c5353f
commit b5074cfe6f
4 changed files with 105 additions and 0 deletions

View file

@ -1480,6 +1480,22 @@
}
}
.i18n-page {
textarea {
background: black;
color: #eee;
font-weight: bold;
font-size: 1em;
font-family: system-ui, 'Pretendard Variable';
padding: 0.5em;
}
.selectCol {
display: flex;
align-items: center;
}
}
// AudioLabs page
.audiolabs-page {
padding: 0px;