fix(blur): remove small right-edge gap of blur on mobile devices

This commit is contained in:
ZhenShuo Leo
2025-10-05 02:49:26 +08:00
parent 2c6a95a755
commit d4620d5318
2 changed files with 2 additions and 0 deletions

View File

@@ -3773,6 +3773,7 @@ pre {
object-fit: cover;
}
.single_hero_background {
width: calc(100% + 1px);
z-index: -10;
}
.hero_gradient {

View File

@@ -169,6 +169,7 @@ pre {
}
.single_hero_background {
width: calc(100% + 1px); /* patch for very small gap at right edge on mobile devices */
z-index: -10;
}