aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-04 19:41:09 +0300
committerHenry Jameson <me@hjkos.com>2022-04-04 19:41:09 +0300
commit71863061c691df7f59cf4be283a3e0772d485378 (patch)
treea48abdfeb7a4e585f84a97f22d11938a8fff5a65 /src/App.js
parent0e83ced25b612250d8126778288b7b44f3b91dfc (diff)
fixed tons of stuff, at least it looks normalish on desktop
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/App.js b/src/App.js
index c4360af5..4a59f412 100644
--- a/src/App.js
+++ b/src/App.js
@@ -81,11 +81,7 @@ export default {
},
isMobileLayout () { return this.$store.state.interface.mobileLayout },
privateMode () { return this.$store.state.instance.private },
- sidebarAlign () {
- return {
- 'order': this.$store.getters.mergedConfig.sidebarRight ? 99 : 0
- }
- },
+ reverseLayout () { return this.$store.getters.mergedConfig.sidebarRight },
...mapGetters(['mergedConfig'])
},
methods: {