diff --git a/src/components/Topbar/TopbarMomentsPop.vue b/src/components/Topbar/TopbarMomentsPop.vue
index afb6a593..06923447 100644
--- a/src/components/Topbar/TopbarMomentsPop.vue
+++ b/src/components/Topbar/TopbarMomentsPop.vue
@@ -368,8 +368,8 @@ function scrollToTop(element: HTMLElement, duration: number) {
target="_blank"
>
diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue
index 14721dde..cafb5100 100644
--- a/src/contentScripts/views/App.vue
+++ b/src/contentScripts/views/App.vue
@@ -84,7 +84,7 @@ watch(() => accessKey.value, () => {
watch(() => settings.value.wallpaper, (newValue) => {
document.documentElement.style.backgroundImage = `url(${newValue})`
document.documentElement.style.backgroundSize = 'cover'
- document.documentElement.style.backgroundAttachment = 'fixed'
+ // document.documentElement.style.backgroundAttachment = 'fixed'
document.documentElement.style.backgroundPosition = 'center'
})
diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue
index 768f27c1..f1522b7c 100644
--- a/src/contentScripts/views/History/History.vue
+++ b/src/contentScripts/views/History/History.vue
@@ -408,7 +408,7 @@ function jumpToLoginPage() {
items-center
cursor-pointer
w-fit
- rounded="$bew-radius-half"
+ rounded="$bew-radius"
hover:color="$bew-theme-color"
hover:bg="$bew-theme-color-10"
duration-300
@@ -425,13 +425,13 @@ function jumpToLoginPage() {
:src="
removeHttpFromUrl(`${historyItem.author_face
? historyItem.author_face
- : historyItem.cover}@80w_80h_1c`)
+ : historyItem.cover}@40w_40h_1c`)
"
w-30px
aspect-square
object-cover
alt=""
- rounded="$bew-radius-half"
+ rounded="1/2"
mr-2
>
{{
diff --git a/src/contentScripts/views/Home/components/RecommendContent.vue b/src/contentScripts/views/Home/components/RecommendContent.vue
index f8f497cd..a789fad9 100644
--- a/src/contentScripts/views/Home/components/RecommendContent.vue
+++ b/src/contentScripts/views/Home/components/RecommendContent.vue
@@ -175,7 +175,7 @@ function jumpToLoginPage() {
>