diff --git a/frontend/src/components/RecipeDetailOverlay.vue b/frontend/src/components/RecipeDetailOverlay.vue
index 34eb920..9ca9926 100644
--- a/frontend/src/components/RecipeDetailOverlay.vue
+++ b/frontend/src/components/RecipeDetailOverlay.vue
@@ -55,15 +55,12 @@
class="card-brand-bg"
:style="{ backgroundImage: `url('${brand.brand_bg}')` }"
/>
-
+
+
+
![]()
+
{{ brand.brand_name }}
+
{{ cardLang === 'en' ? 'doTERRA · Gifts of the Earth' : 'doTERRA · 来自大地的礼物' }}
@@ -1141,15 +1138,14 @@ async function saveRecipe() {
pointer-events: none;
}
-.card-qr-wrapper {
- position: absolute;
- top: 36px;
- right: 36px;
+.card-qr-float {
+ float: right;
display: flex;
flex-direction: column;
align-items: center;
gap: 3px;
- z-index: 2;
+ margin-left: 12px;
+ margin-bottom: 8px;
}
.card-qr {