Ensure the footer is not to huge, if the page's content is small

This commit is contained in:
nemunaire 2020-05-28 16:02:57 +02:00
parent d5ce8031a5
commit c214ffba20
6 changed files with 6 additions and 6 deletions

View File

@ -76,7 +76,7 @@
</b-container>
</b-navbar>
<router-view />
<router-view style="min-height: 80vh" />
<b-toaster name="b-toaster-content-right" style="position: fixed; top: 70px; right: 0; z-index: 10; min-width: 30vw;" />

View File

@ -32,7 +32,7 @@
-->
<template>
<b-container class="mt-4 mb-5">
<b-container class="pt-4 pb-5">
<h1 class="text-center mb-4">
Welcome to <span style="font-family: 'Fortheenas01';font-weight:bold;">happy<span style="font-family: 'Fortheenas01 Bold';margin-left:.1em;">DNS</span></span>!
</h1>

View File

@ -32,7 +32,7 @@
-->
<template>
<b-container style="margin-top: 10vh; margin-bottom: 10vh;">
<b-container style="padding-top: 10vh; padding-bottom: 10vh;">
<b-alert v-if="error !== null" variant="danger" :show="error.length > 0">
{{ error }}
</b-alert>

View File

@ -32,7 +32,7 @@
-->
<template>
<b-container style="margin-top: 10vh; margin-bottom: 10vh;">
<b-container style="padding-top: 10vh; padding-bottom: 10vh;">
<b-alert v-if="error !== null" variant="danger" :show="error.length > 0">
{{ error }}
</b-alert>

View File

@ -32,7 +32,7 @@
-->
<template>
<b-container style="margin-top: 10vh; margin-bottom: 10vh;">
<b-container style="padding-top: 10vh; padding-bottom: 10vh;">
<b-row>
<b-col sm="4" class="d-none d-sm-flex align-items-center">
<div>

View File

@ -32,7 +32,7 @@
-->
<template>
<b-container class="mt-4 mb-5">
<b-container class="pt-4 pb-5">
<b-button type="button" variant="primary" class="float-right" @click="newSource">
<b-icon icon="plus" />
Add new source