mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-30 23:47:28 +02:00
various cleanup
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<slot name="header" />
|
||||
|
||||
<!-- Main content -->
|
||||
<main class="mb-16">
|
||||
<main :class="{ 'mb-16': !noBottomMargin }">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
@@ -14,4 +14,11 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import Footer from '../components/layout/Footer.vue'
|
||||
|
||||
defineProps({
|
||||
noBottomMargin: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user