diff --git a/package.json b/package.json index b7174cbeb..3c0113382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.306", + "version": "2.14.307", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/views/File.vue b/src/views/File.vue index 448892664..e67a0d9c1 100644 --- a/src/views/File.vue +++ b/src/views/File.vue @@ -21,8 +21,8 @@ left: '15px', bottom: `${ bottomSafeArea + - 48 + - (!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0) + 48 + 36 + + (!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0) }px`, }" > diff --git a/src/views/Sub.vue b/src/views/Sub.vue index 269d5e38f..591577688 100644 --- a/src/views/Sub.vue +++ b/src/views/Sub.vue @@ -74,8 +74,8 @@ left: '15px', bottom: `${ bottomSafeArea + - 48 + - (!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0) + 48 + 36 + + (!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0) }px`, }" > diff --git a/src/views/Sync.vue b/src/views/Sync.vue index 4980726b9..be1a4c05b 100644 --- a/src/views/Sync.vue +++ b/src/views/Sync.vue @@ -20,8 +20,8 @@ left: '15px', bottom: `${ bottomSafeArea + - 48 + - (!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0) + 48 + 36 + + (!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0) }px`, }" > diff --git a/src/views/share/Share.vue b/src/views/share/Share.vue index dbd3c5d3d..53751b8e5 100644 --- a/src/views/share/Share.vue +++ b/src/views/share/Share.vue @@ -18,8 +18,8 @@ right: '16px', bottom: `${ bottomSafeArea + - 48 + - (!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0) + 48 + 36 + + (!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0) }px`, }" >