Skip to content

Commit 1c6c7c2

Browse files
authored
Merge pull request #59 from o5faruk/fix/ui_buttons
Fix/ui buttons
2 parents 075f7b1 + c891065 commit 1c6c7c2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.1",
44
"scripts": {
55
"postinstall": "./node_modules/.bin/bower install",
6-
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
6+
"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\\*"
78
},
89
"license": "ISC",
910
"dependencies": {

widget/assets/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,9 @@ html[browser="Firefox"] .layout3 .list-layout .list-item-media .list-media-holde
272272
width:24px;
273273
margin-left:-12px;
274274
margin-top:-12px;
275+
}
276+
277+
.link-list {
278+
display: flex;
279+
justify-content: space-between;
275280
}

0 commit comments

Comments
 (0)