デッキのカラムを左揃えか中央揃えか選べるように

This commit is contained in:
syuilo
2018-10-19 06:47:55 +09:00
parent e7e321e2b3
commit 6c1f1ffdb1
4 changed files with 21 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ const defaultDeviceSettings = {
alwaysShowNsfw: false,
postStyle: 'standard',
navbar: 'top',
deckColumnAlign: 'center',
mobileNotificationPosition: 'bottom',
deckTemporaryColumn: null
};