diff --git a/package.json b/package.json index f1c7b90a0..0884dbe7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapcomplete", - "version": "0.33.8", + "version": "0.33.9", "repository": "https://github.com/pietervdvn/MapComplete", "description": "A small website to edit OSM easily", "bugs": "https://github.com/pietervdvn/MapComplete/issues", diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index 0e6476c01..ae6831697 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -1341,6 +1341,10 @@ video { align-items: center; } +.items-baseline { + align-items: baseline; +} + .items-stretch { align-items: stretch; } diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index b8ea07fdb..00efe42ac 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -443,6 +443,7 @@ async function createLandingPage(layout: LayoutConfig, manifest, whiteIcons, alr /.*\/src\/index\.ts.*/, ``, ) + .replace("Version", Constants.vNumber) return output } diff --git a/src/Models/Constants.ts b/src/Models/Constants.ts index 39aa182ad..27c3a26fe 100644 --- a/src/Models/Constants.ts +++ b/src/Models/Constants.ts @@ -6,7 +6,7 @@ import { AuthConfig } from "../Logic/Osm/AuthConfig" export type PriviligedLayerType = (typeof Constants.priviliged_layers)[number] export default class Constants { - public static vNumber = packagefile.version + public static vNumber : string = packagefile.version /** * API key for Maproulette * diff --git a/theme.html b/theme.html index 3aab458b1..1339371b3 100644 --- a/theme.html +++ b/theme.html @@ -58,9 +58,16 @@
+