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

28
node_modules/jibo-sdk/styles/toolbar.less generated vendored Normal file
View File

@@ -0,0 +1,28 @@
@import "ui-variables";
@import "ui-mixins";
.toolbar {
width: 100%;
height: 38px;
background-color: @app-background-color;
overflow-x: hidden;
overflow-y: hidden;
padding: 6px 0px;
}
.comboBox {
background-color: @button-background-color;
border: 1px solid @button-border-color;
width: 30px;
height: 30px;
}
.combo-box-list {
background-color: @base-background-color;
border: 1px solid @button-border-color;
position: absolute;
width: 300px;
top: 0px;
left: 100px;
z-index: 10000;
}