diff --git a/js/App.js b/js/App.js index efc1a9e..7cf04ab 100644 --- a/js/App.js +++ b/js/App.js @@ -3,7 +3,7 @@ import interfaceAppObject from "./data_loaders/InterfaceAppLoader.js"; import standaloneAppObject from "./data_loaders/StandaloneAppLoader.js"; import obsAppObject from "./data_loaders/ObsAppLoader.js"; -export const APP_VERSION = "1.4.0"; +export const APP_VERSION = "1.4.1"; export default class App { #identifier; diff --git a/service-worker.js b/service-worker.js index f35ac14..595e049 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,5 +1,5 @@ const pageDomain = "ts5viewer.endercentral.eu"; -const cacheVersion = 8; +const cacheVersion = 9; const beta = pageDomain !== location.hostname; const currentCacheKey = `v${cacheVersion}${beta ? "-beta" : ""}`; diff --git a/style.css b/style.css index 90b69cd..22e0244 100644 --- a/style.css +++ b/style.css @@ -47,7 +47,7 @@ main { } main:not(.aligned_to_top) { - align-self: end; + margin-block-start: auto; } /*