Fix footer
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout>
|
||||||
<div
|
<div class="container sm:pxi-0 mx-auto">
|
||||||
class="container sm:pxi-0 mx-auto overflow-hidden"
|
|
||||||
:style="{ height: contentHeight + 'px' }"
|
|
||||||
>
|
|
||||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||||
<PostListItem
|
<PostListItem
|
||||||
v-for="edge in $page.entries.edges"
|
v-for="edge in $page.entries.edges"
|
||||||
@@ -71,11 +68,6 @@ export default {
|
|||||||
baseurl: function () {
|
baseurl: function () {
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
contentHeight() {
|
|
||||||
if (process.isClient) {
|
|
||||||
return window.innerHeight - 160;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout>
|
||||||
<div
|
<div class="container sm:pxi-0 mx-auto">
|
||||||
class="container sm:pxi-0 mx-auto overflow-hidden"
|
|
||||||
:style="{ height: contentHeight + 'px' }"
|
|
||||||
>
|
|
||||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||||
<PostListItem
|
<PostListItem
|
||||||
v-for="edge in $page.entries.edges"
|
v-for="edge in $page.entries.edges"
|
||||||
@@ -71,11 +68,6 @@ export default {
|
|||||||
baseurl: function () {
|
baseurl: function () {
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
contentHeight() {
|
|
||||||
if (process.isClient) {
|
|
||||||
return window.innerHeight - 160;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user