diff --git a/CHANGELOG.md b/CHANGELOG.md index da8eea882a..2585b55d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ planned for 2026-01-01 - [weather] feat: add configurable forecast date format option (#3918) - [core] Add new `server:watch` script to run MagicMirror² server-only with automatic restarts when files (defined in `config.watchTargets`) change (#3920) +- [core] Added additional regions for modules to use - [weather] add error handling to fetch functions including cors (#3791) - [l10n] Add Portuguese (Portugal & Brazil) translations for alert module, Refine Portuguese (Portugal) translations diff --git a/css/main.css b/css/main.css index e025b4db65..d2bcb38d57 100644 --- a/css/main.css +++ b/css/main.css @@ -234,6 +234,17 @@ sup { text-align: left; } +.region.bottom.left1 { + left: 0; + bottom: 100%; +} + +.region.bottom.right1 { + left: 25%; + bottom: 100%; + width: 75%; +} + .region table { width: 100%; border-spacing: 0; diff --git a/index.html b/index.html index de29247dab..2a7b5fd6b6 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,8 @@