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

38
node_modules/jibo-sdk/styles/layout.less generated vendored Normal file
View File

@@ -0,0 +1,38 @@
.layout {
width: 100%;
height: 100%;
white-space: nowrap;
}
.layout div {
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none;
}
.h-layout {
width: 100%;
height: 100%;
white-space: nowrap;
display: inline-flex;
}
.h-child-container {
width: 100%;
height: 100%;
float: left;
}
.v-child-container {
width: 100%;
height: 100%;
}
.layout-handle {
margin: auto;
}
.layout-handle:hover {
background-color: #999999;
}