mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +01:00
(fix) scroll padding
This commit is contained in:
parent
8e1d23a877
commit
67d343cf9e
@ -3,7 +3,7 @@ const isNavOpen = ref<boolean>(false);
|
|||||||
|
|
||||||
useHead({
|
useHead({
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
class: 'scroll-pt-16',
|
class: 'scroll-pt-32 lg:scroll-pt-20',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -3,7 +3,7 @@ const isNavOpen = ref<boolean>(false);
|
|||||||
|
|
||||||
useHead({
|
useHead({
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
class: 'scroll-pt-20 lg:scroll-pt-4',
|
class: 'scroll-pt-20 lg:scroll-pt-24',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -13,9 +13,10 @@ export default <Config> {
|
|||||||
"./error.vue",
|
"./error.vue",
|
||||||
],
|
],
|
||||||
safelist: [
|
safelist: [
|
||||||
'scroll-pt-16',
|
|
||||||
'scroll-pt-20',
|
'scroll-pt-20',
|
||||||
|
'scroll-pt-32',
|
||||||
'lg:scroll-pt-4',
|
'lg:scroll-pt-4',
|
||||||
|
'lg:scroll-pt-20',
|
||||||
'lg:scroll-pt-24',
|
'lg:scroll-pt-24',
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
|
Loading…
Reference in New Issue
Block a user