should work now?

This commit is contained in:
2026-03-22 04:24:01 +02:00
parent c0f85b7550
commit 3f47c913f8
91 changed files with 61663 additions and 1 deletions

15
node_modules/jibo-sdk/styles/atom-react.less generated vendored Executable file
View File

@@ -0,0 +1,15 @@
@import "ui-variables";
input[type="number"] {
color: @text-color;
font-family: @font-family;
background-color: @input-background-color;
font-size: (@font-size + 4);
border: 1px solid @input-border-color;
text-align: right;
}
.jibo-tool-bar .btn{
height: 100%;
}