Improve deck

This commit is contained in:
syuilo 2020-12-26 22:41:00 +09:00
parent 78598a92f9
commit 743eca4a95
5 changed files with 57 additions and 47 deletions

View file

@ -40,6 +40,14 @@ export const deckStore = markRaw(new Storage('deck', {
where: 'deviceAccount',
default: true
},
columnMargin: {
where: 'deviceAccount',
default: 16
},
columnHeaderHeight: {
where: 'deviceAccount',
default: 42
},
}));
export function addColumn(column: Column) {