Avoid to use an hash map in translations

This commit is contained in:
Greg Burri 2025-01-07 16:47:24 +01:00
parent 03ebbb74fa
commit 91ab379718
10 changed files with 334 additions and 237 deletions

View file

@ -76,6 +76,12 @@ body {
font-size: 0.5em;
}
.drag-handle {
width: 20px;
height: 20px;
background-color: gray;
}
.main-container {
display: flex;
flex-direction: row;