1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00

Fix masking on Edge

This commit is contained in:
Ash Keel 2022-01-17 17:13:31 +01:00
parent 845a03e7f0
commit ff1c3d4971
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -65,14 +65,13 @@ const Channel = styled('li', {
}); });
const ChannelLink = styled('a', { const ChannelLink = styled('a', {
textDecoration: 'none', textDecoration: 'none',
color: 'inherit', color: '$teal11',
display: 'inline-flex', display: 'inline-flex',
flexDirection: 'row', flexDirection: 'row',
gap: '0.5rem', gap: '0.5rem',
alignItems: 'center', alignItems: 'center',
'&:hover': { '&:hover': {
textDecoration: 'underline', textDecoration: 'underline',
color: 'inherit',
}, },
}); });
@ -91,7 +90,12 @@ export default function StrimertulPage(): React.ReactElement {
}, },
}} }}
> >
<LogoPic /> <LogoPic
style={{
WebkitMaskRepeat: 'no-repeat',
WebkitMaskPosition: 'center',
}}
/>
<LogoName>{APPNAME}</LogoName> <LogoName>{APPNAME}</LogoName>
</PageHeader> </PageHeader>
<Section> <Section>