diff options
Diffstat (limited to 'node_modules')
-rw-r--r-- | node_modules/components-data/feed-reader.json | 5 | ||||
-rw-r--r-- | node_modules/montage/ui/youtube-channel.reel/youtube-channel.html | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index aa9bf340..b2b240b2 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json | |||
@@ -10,6 +10,11 @@ | |||
10 | "name": "feedURL", | 10 | "name": "feedURL", |
11 | "type": "string", | 11 | "type": "string", |
12 | "default": null | 12 | "default": null |
13 | }, | ||
14 | { | ||
15 | "name": "feedDisplayMode", | ||
16 | "type": "string", | ||
17 | "default": "timer" | ||
13 | } | 18 | } |
14 | ], | 19 | ], |
15 | "defaultStyles": { | 20 | "defaultStyles": { |
diff --git a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html index a405fc7c..96d823a5 100644 --- a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html +++ b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html | |||
@@ -70,7 +70,6 @@ | |||
70 | width: 640px; | 70 | width: 640px; |
71 | border: 5px solid #000; | 71 | border: 5px solid #000; |
72 | border-radius: 5px; | 72 | border-radius: 5px; |
73 | background: #000; | ||
74 | 73 | ||
75 | position: fixed; | 74 | position: fixed; |
76 | top: 50%; | 75 | top: 50%; |