latest dev

This commit is contained in:
_Bastler
2021-12-07 08:38:35 +01:00
parent 13e854c4c4
commit ccbddf1d74
4 changed files with 10 additions and 6 deletions
+7
View File
@@ -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);
-3
View File
@@ -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
View File
@@ -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. */
+2 -2
View File
@@ -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: {