Skip to content

Commit d5395ee

Browse files
khasselrejas
andauthored
update dependencies and main.css to match new stylelint rules (#3067)
On `develop` my css test failed because I was already on newest dependencies. - update deps - update `main.css` because of stylelint issue Co-authored-by: Veeck <github@veeck.de>
1 parent ab0876f commit d5395ee

File tree

4 files changed

+1106
-1055
lines changed

4 files changed

+1106
-1055
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _This release is scheduled to be released on 2023-04-01._
3636
- Changed updatenotification module for MagicMirror repo only: Send only notifications for `master` if there is a tag on a newer commit
3737
- Update dates in Calendar widgets every minute
3838
- Cleanup jest coverage for patches
39-
- Update `stylelint` dependencies, switch to `stylelint-config-standard` and handle `stylelint` issues
39+
- Update `stylelint` dependencies, switch to `stylelint-config-standard` and handle `stylelint` issues, update `main.css` matching new rules
4040
- Update Eslint config, add new rule and handle issue
4141
- Convert lots of callbacks to async/await
4242
- Fixed Open-Meteo wind speed units

css/main.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ sup {
171171

172172
.region.fullscreen {
173173
position: absolute;
174-
top: calc(-1 * var(--gap-body-top));
175-
left: calc(-1 * var(--gap-body-left));
176-
right: calc(-1 * var(--gap-body-right));
177-
bottom: calc(-1 * var(--gap-body-bottom));
174+
inset: calc(-1 * var(--gap-body-top)) calc(-1 * var(--gap-body-right)) calc(-1 * var(--gap-body-bottom)) calc(-1 * var(--gap-body-left));
178175
pointer-events: none;
179176
}
180177

0 commit comments

Comments
 (0)