mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
chore: fix missing extend style item
This commit is contained in:
parent
2136a954f5
commit
5a20db0bed
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ module.exports = {
|
|||
100: "100",
|
||||
1000: "1000",
|
||||
},
|
||||
gridTemplateRows: {
|
||||
7: "repeat(7, minmax(0, 1fr))",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue