We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 075f7b1 + c891065 commit 1c6c7c2Copy full SHA for 1c6c7c2
2 files changed
package.json
@@ -3,7 +3,8 @@
3
"version": "0.0.1",
4
"scripts": {
5
"postinstall": "./node_modules/.bin/bower install",
6
- "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
+ "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
7
+ "build": "cd .. && rm -rf vimeoPlugin.zip && zip -r vimeoPlugin.zip vimeoPlugin/ -x \\*node_modules\\* \\*.git\\* \\*test\\*"
8
},
9
"license": "ISC",
10
"dependencies": {
widget/assets/css/style.css
@@ -272,4 +272,9 @@ html[browser="Firefox"] .layout3 .list-layout .list-item-media .list-media-holde
272
width:24px;
273
margin-left:-12px;
274
margin-top:-12px;
275
+}
276
+
277
+.link-list {
278
+ display: flex;
279
+ justify-content: space-between;
280
}
0 commit comments