diff --git a/package-lock.json b/package-lock.json index 3ddd2f346..b21f66fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22249,4 +22249,4 @@ "integrity": "sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index afc3b7739..7325d548d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "marked-extended-tables": "^1.0.3", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.3", - "mongoose": "^6.3.8", + "mongoose": "^6.4.0", "nanoid": "3.3.4", "nconf": "^0.12.0", "react": "^16.14.0", @@ -86,7 +86,7 @@ "vitreum": "git+https://git@github.com/calculuschild/vitreum.git" }, "devDependencies": { - "eslint": "^8.17.0", + "eslint": "^8.18.0", "eslint-plugin-react": "^7.30.0", "jest": "^28.1.1", "supertest": "^6.2.3" diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index c8320f2a6..6915c5753 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -603,8 +603,8 @@ body { white-space : nowrap; } &.frame { - margin-top : 0.66cm; - margin-bottom : 1.05cm; + margin-top : 0.7cm; + margin-bottom : 0.9cm; margin-left : -0.1cm; margin-right : -0.1cm; width : calc(100% + 0.2cm); @@ -612,11 +612,14 @@ body { background-color : white; border : initial; border-style : solid; - border-image-outset : 0.55cm 0.3cm; + border-image-outset : 0.4cm 0.3cm; border-image-repeat : stretch; border-image-slice : 200; border-image-source : @frameBorderImage; border-image-width : 47px; + &.wide:first-child { + margin-top: 0.12cm; + } } &.decoration { position:relative;