mirror of https://github.com/perkeep/perkeep.git
Fix badly aligned piggy animation in upload dialog.
Change-Id: I69e9432a90382a2ece9c5f77c089de7f7c9ea492
This commit is contained in:
parent
ac67a8d479
commit
0ba58ae829
|
@ -735,10 +735,10 @@ cam.IndexPage = React.createClass({
|
|||
{
|
||||
className: 'cam-index-upload-dialog',
|
||||
style: {
|
||||
'line-height': h - borderWidth * 2,
|
||||
'text-align': 'center',
|
||||
position: 'relative',
|
||||
left: -piggyWidth / 2,
|
||||
top: (h - piggyHeight - borderWidth * 2) / 2,
|
||||
},
|
||||
},
|
||||
getIcon.call(this),
|
||||
|
|
Loading…
Reference in New Issue