mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +02:00
Merge pull request #324 from travisk-codes/disable-header-blur-firefox
Disable MobileHeader opacity blur for Firefox
This commit is contained in:
@@ -21,6 +21,13 @@ export const MobileHeaderWrapper = styled.div`
|
|||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* known bug: "} expected ts-styled-plugin(9999)" https://github.com/microsoft/typescript-styled-plugin/issues/51 */
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
& {
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
export const LogoWrapper = styled.div`
|
export const LogoWrapper = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user