latest dev
This commit is contained in:
parent
13e854c4c4
commit
ccbddf1d74
@ -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);
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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. */
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user