Fix missing artboard layer icon

This commit is contained in:
Keavon Chambers
2025-12-23 14:43:13 -08:00
parent 415d4b578a
commit 2f880fa035
6 changed files with 12 additions and 14 deletions

View File

@@ -745,10 +745,6 @@
<style lang="scss" global>
.number-input {
input {
text-align: center;
}
&.narrow {
--widget-height: 20px;
}
@@ -973,5 +969,9 @@
}
}
}
input {
text-align: center;
}
}
</style>