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

This commit is contained in:
syuilo 2018-10-19 06:47:55 +09:00
parent e7e321e2b3
commit 6c1f1ffdb1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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
};