update login page to use blank layout

This commit is contained in:
Brent Vardy 2019-09-03 14:02:46 +01:00 committed by mattwr18
parent 7fdabd9ac4
commit a751a10783
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ services:
networks: networks:
- hc-network - hc-network
ports: ports:
- 8001:8001 - 80:80
networks: networks:
hc-network: hc-network:

View File

@ -17,7 +17,7 @@
<ds-button icon="bars" @click="toggleMobileMenuView" right /> <ds-button icon="bars" @click="toggleMobileMenuView" right />
</ds-flex-item> </ds-flex-item>
<ds-flex-item <ds-flex-item
:width="{ base: '85%', sm: '85%', md: '50%', lg: '20%' }" :width="{ base: '85%', sm: '85%', md: '50%', lg: '50%' }"
:class="{ 'hide-mobile-menu': !toggleMobileMenu }" :class="{ 'hide-mobile-menu': !toggleMobileMenu }"
> >
<div id="nav-search-box" v-if="isLoggedIn"> <div id="nav-search-box" v-if="isLoggedIn">

View File

@ -81,7 +81,7 @@ export default {
components: { components: {
LocaleSwitch, LocaleSwitch,
}, },
layout: 'default', layout: 'blank',
data() { data() {
return { return {
ready: false, ready: false,