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>
This commit is contained in:
Karsten Hassel
2023-03-20 22:30:04 +01:00
committed by GitHub
parent ab0876f07a
commit d5395ee3f8
4 changed files with 1104 additions and 1053 deletions

View File

@@ -171,10 +171,7 @@ sup {
.region.fullscreen {
position: absolute;
top: calc(-1 * var(--gap-body-top));
left: calc(-1 * var(--gap-body-left));
right: calc(-1 * var(--gap-body-right));
bottom: calc(-1 * var(--gap-body-bottom));
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));
pointer-events: none;
}