fix: revert #660 + patch

This commit is contained in:
patak 2022-12-30 19:16:23 +01:00
parent 6a5383b595
commit ff73614228
5 changed files with 6 additions and 10 deletions

View file

@ -101,8 +101,5 @@ export default defineConfig({
return res
}],
['box-shadow-outline', { 'box-shadow': '0 0 0 1px var(--c-primary)' }],
['mobile-padding-top', { 'padding-top': 'calc(4rem + 1px)' }], // in sm screen size header is fixed (instead of sticky) and parent have this padding, to prevent flickering in iOS Safari
['mobile-padding-top-large-header', { 'padding-top': 'calc(6.5rem + 1px)' }],
['mobile-padding-bottom', { 'padding-bottom': '3.5rem' }], // in sm screen size footer is fixed (instead of sticky) and parent have this padding, to prevent flickering in iOS Safari
],
})