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

View File

@ -545,6 +545,13 @@ class CoWebsiteManager {
position: position ?? this.coWebsites.length,
};
// Iframe management on mobile
// icon.addEventListener("click", () => {
// if (this.isSmallScreen()) {
// this.moveRightPreviousCoWebsite(coWebsite, 0);
// }
// });
this.coWebsites.push(coWebsite);
// this.cowebsiteSubIconsDom.appendChild(icon);

View File

@ -27,7 +27,6 @@ body .message-info.success{
body .message-info.info{
background: dodgerblue;
}
body .message-info.warning{
background: #ffa500d6;
}
@ -207,8 +206,6 @@ video.myCamVideo{
justify-content: flex-end;
justify-items: center;
}
/*btn animation*/
.btn-cam-action div{
display: flex;

View File

@ -15,7 +15,7 @@
"allowJs": true,
"esModuleInterop": true,
"importsNotUsedAsValues": "preserve",
"importsNotUsedAsValues": "error",
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */

View File

@ -24,8 +24,8 @@ module.exports = {
mode: mode,
devtool: isDevelopment ? "inline-source-map" : "source-map",
devServer: {
contentBase: './dist',
host: '0.0.0.0',
contentBase: "./dist",
host: "0.0.0.0",
sockPort: 443,
disableHostCheck: true,
historyApiFallback: {