Position the footer on the bottom of the screen
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c296381ed6
commit
646f298e0b
@ -1,8 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="mobilizon">
|
<div id="mobilizon">
|
||||||
<NavBar />
|
<NavBar />
|
||||||
<div class="container" v-if="config && config.demoMode">
|
<div v-if="config && config.demoMode">
|
||||||
<b-message
|
<b-message
|
||||||
|
class="container"
|
||||||
type="is-danger"
|
type="is-danger"
|
||||||
:title="$t('Warning').toLocaleUpperCase()"
|
:title="$t('Warning').toLocaleUpperCase()"
|
||||||
closable
|
closable
|
||||||
@ -112,4 +113,14 @@ $mdi-font-path: "~@mdi/font/fonts";
|
|||||||
@import "~@mdi/font/scss/materialdesignicons";
|
@import "~@mdi/font/scss/materialdesignicons";
|
||||||
|
|
||||||
@import "common";
|
@import "common";
|
||||||
|
|
||||||
|
#mobilizon {
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
main {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user