wip i18n editor
can be accessed with: app.appRoute("lzedit")
This commit is contained in:
parent
34a1c5353f
commit
b5074cfe6f
4 changed files with 105 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue