mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Merge pull request #2285 from ZhenShuo2021/fix/firefox-bg-blur
🐛 Fix: right margin not blurred in firefox
This commit is contained in:
@@ -3727,9 +3727,7 @@ pre {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: calc(100% + 40px);
|
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
margin-left: -20px;
|
|
||||||
}
|
}
|
||||||
.hero_gradient {
|
.hero_gradient {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -431,9 +431,7 @@ pre {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: calc(100% + 40px);
|
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
margin-left: -20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero_gradient {
|
.hero_gradient {
|
||||||
|
|||||||
Reference in New Issue
Block a user