mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
update login page to use blank layout
This commit is contained in:
parent
7fdabd9ac4
commit
a751a10783
@ -47,7 +47,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- hc-network
|
- hc-network
|
||||||
ports:
|
ports:
|
||||||
- 8001:8001
|
- 80:80
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
hc-network:
|
hc-network:
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
@ -81,7 +81,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
LocaleSwitch,
|
LocaleSwitch,
|
||||||
},
|
},
|
||||||
layout: 'default',
|
layout: 'blank',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
ready: false,
|
ready: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user