From 132db595f42b0d1e30c0e2ff9b642fd2c5831b21 Mon Sep 17 00:00:00 2001 From: Not Sam Date: Sat, 20 Nov 2021 13:21:00 -0500 Subject: [PATCH] Add default option back to prevent default looking weird Signed-off-by: Not Sam --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7efb1f91..88c4b328 100644 --- a/src/App.js +++ b/src/App.js @@ -91,7 +91,7 @@ export default { }, fullscreenView () { return { - 'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : null + 'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : '100em' } }, thirdColumnAlign () {