@@ -283,12 +283,13 @@ export default Vue.extend({
> *:not(:last-child)
margin-bottom 8px
- > *
- &:first-child
- margin-left auto
+ &.center
+ > *
+ &:first-child
+ margin-left auto
- &:last-child
- margin-right auto
+ &:last-child
+ margin-right auto
> button
padding 0 16px
diff --git a/src/client/app/store.ts b/src/client/app/store.ts
index 0a38decfa..ac6de7424 100644
--- a/src/client/app/store.ts
+++ b/src/client/app/store.ts
@@ -58,6 +58,7 @@ const defaultDeviceSettings = {
alwaysShowNsfw: false,
postStyle: 'standard',
navbar: 'top',
+ deckColumnAlign: 'center',
mobileNotificationPosition: 'bottom',
deckTemporaryColumn: null
};