latest dev
This commit is contained in:
@@ -545,6 +545,13 @@ class CoWebsiteManager {
|
|||||||
position: position ?? this.coWebsites.length,
|
position: position ?? this.coWebsites.length,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Iframe management on mobile
|
||||||
|
// icon.addEventListener("click", () => {
|
||||||
|
// if (this.isSmallScreen()) {
|
||||||
|
// this.moveRightPreviousCoWebsite(coWebsite, 0);
|
||||||
|
// }
|
||||||
|
// });
|
||||||
|
|
||||||
this.coWebsites.push(coWebsite);
|
this.coWebsites.push(coWebsite);
|
||||||
// this.cowebsiteSubIconsDom.appendChild(icon);
|
// this.cowebsiteSubIconsDom.appendChild(icon);
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ body .message-info.success{
|
|||||||
body .message-info.info{
|
body .message-info.info{
|
||||||
background: dodgerblue;
|
background: dodgerblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message-info.warning{
|
body .message-info.warning{
|
||||||
background: #ffa500d6;
|
background: #ffa500d6;
|
||||||
}
|
}
|
||||||
@@ -207,8 +206,6 @@ video.myCamVideo{
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*btn animation*/
|
/*btn animation*/
|
||||||
.btn-cam-action div{
|
.btn-cam-action div{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
|
||||||
"importsNotUsedAsValues": "preserve",
|
"importsNotUsedAsValues": "error",
|
||||||
|
|
||||||
"strict": true, /* Enable all strict type-checking options. */
|
"strict": true, /* Enable all strict type-checking options. */
|
||||||
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ module.exports = {
|
|||||||
mode: mode,
|
mode: mode,
|
||||||
devtool: isDevelopment ? "inline-source-map" : "source-map",
|
devtool: isDevelopment ? "inline-source-map" : "source-map",
|
||||||
devServer: {
|
devServer: {
|
||||||
contentBase: './dist',
|
contentBase: "./dist",
|
||||||
host: '0.0.0.0',
|
host: "0.0.0.0",
|
||||||
sockPort: 443,
|
sockPort: 443,
|
||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
|
|||||||
Reference in New Issue
Block a user