diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 00:19:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 00:19:47 +0900 |
| commit | 065ec8e17080887814b1912233d38e412b2811d2 (patch) | |
| tree | 37db7079caea10b592e57434df6220ca0d673b61 /src | |
| parent | fix(client): Fix style (diff) | |
| download | misskey-065ec8e17080887814b1912233d38e412b2811d2.tar.gz misskey-065ec8e17080887814b1912233d38e412b2811d2.tar.bz2 misskey-065ec8e17080887814b1912233d38e412b2811d2.zip | |
fix(client): Fix timeline widget setting definition
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/widgets/timeline.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue index fb7486cb70..ca6af76126 100644 --- a/src/client/widgets/timeline.vue +++ b/src/client/widgets/timeline.vue @@ -33,6 +33,10 @@ export default define({ type: 'boolean', default: true, }, + height: { + type: 'number', + default: 300, + }, src: { type: 'string', default: 'home', |