diff --git a/package.json b/package.json
index 5e220ebda9..b0d28a6899 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "calckey",
- "version": "12.119.0-calc.16.2",
+ "version": "12.119.0-calc.16.3",
"codename": "aqua",
"repository": {
"type": "git",
diff --git a/packages/client/src/pages/page.vue b/packages/client/src/pages/page.vue
index 4cafc11647..7b3ee27f77 100644
--- a/packages/client/src/pages/page.vue
+++ b/packages/client/src/pages/page.vue
@@ -10,18 +10,17 @@
-
@@ -198,39 +197,41 @@ definePageMetadata(computed(() => page ? {
background-position: center;
background-size: cover;
- > .header {
- padding: 16px;
+ }
- > h1 {
- margin: 0;
- color: white;
- text-shadow: 0 0 8px #000;
- }
+ > .header {
+ padding: 16px;
+
+ > h1 {
+ margin: 0;
+ color: white;
+ text-shadow: 0 0 8px #000;
+ }
+ }
+
+ > .menu-actions {
+ -webkit-backdrop-filter: var(--blur, blur(8px));
+ backdrop-filter: var(--blur, blur(8px));
+ background: rgba(0, 0, 0, 0.2);
+ padding: 8px;
+ border-radius: 24px;
+ width: fit-content;
+ position: relative;
+ top: -10px;
+ left: 1rem;
+
+ > .menu {
+ vertical-align: bottom;
+ height: 31px;
+ width: 31px;
+ color: #fff;
+ text-shadow: 0 0 8px #000;
+ font-size: 16px;
}
- > .menu-actions {
- -webkit-backdrop-filter: var(--blur, blur(8px));
- backdrop-filter: var(--blur, blur(8px));
- background: rgba(0, 0, 0, 0.2);
- padding: 8px;
- border-radius: 24px;
- width: fit-content;
- top: -10px;
- left: 1rem;
-
- > .menu {
- vertical-align: bottom;
- height: 31px;
- width: 31px;
- color: #fff;
- text-shadow: 0 0 8px #000;
- font-size: 16px;
- }
-
- > .koudoku {
- margin-left: 4px;
- vertical-align: bottom;
- }
+ > .koudoku {
+ margin-left: 4px;
+ vertical-align: bottom;
}
}
}