diff --git a/package.json b/package.json index 396758003..94d2533ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.16", + "version": "12.119.0-calc.16.1", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/page.vue b/packages/client/src/pages/page.vue index 818c89a4e..bfcece542 100644 --- a/packages/client/src/pages/page.vue +++ b/packages/client/src/pages/page.vue @@ -187,14 +187,6 @@ definePageMetadata(computed(() => page ? { margin: 1rem; } - > .header { - padding: 16px; - - > h1 { - margin: 0; - } - } - > .banner { margin: 0rem !important; @@ -203,12 +195,20 @@ definePageMetadata(computed(() => page ? { display: block; width: 100%; height: 150px; - object-fit: cover; + background-position: center; + background-size: cover; + + > .header { + padding: 16px; + + > h1 { + margin: 0; + color: white; + text-shadow: 0 0 8px #000; + } + } > .menu-actions { - position: absolute; - top: 12px; - right: 12px; -webkit-backdrop-filter: var(--blur, blur(8px)); backdrop-filter: var(--blur, blur(8px)); background: rgba(0, 0, 0, 0.2);